Skip to content

Commit 87d9b91

Browse files
chore: update-dependencies (#391)
Co-authored-by: opensafely-core-create-pr[bot] <185783227+opensafely-core-create-pr[bot]@users.noreply.github.com>
1 parent 8de7aee commit 87d9b91

3 files changed

Lines changed: 54 additions & 54 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ isort.lines-after-imports = 2
5959
# Note: any `exclude-newer-package` timestamps should be removed if > 7 days old
6060
# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details
6161
[tool.uv]
62-
exclude-newer = "2026-04-15T00:00:00Z"
62+
exclude-newer = "2026-04-29T00:00:00Z"
6363
exclude-newer-package = {}
6464

6565
[dependency-groups]

requirements.uvmirror.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --format requirements-txt --frozen --no-hashes --all-groups --all-extras
3-
certifi==2026.2.25
3+
certifi==2026.4.22
44
# via requests
55
cfgv==3.5.0
66
# via pre-commit
@@ -12,27 +12,27 @@ coverage==7.13.5
1212
distlib==0.4.0
1313
# via virtualenv
1414
docker==7.1.0
15-
filelock==3.28.0
15+
filelock==3.29.0
1616
# via
1717
# python-discovery
1818
# virtualenv
19-
identify==2.6.18
19+
identify==2.6.19
2020
# via pre-commit
21-
idna==3.11
21+
idna==3.13
2222
# via requests
2323
iniconfig==2.3.0
2424
# via pytest
2525
nodeenv==1.10.0
2626
# via pre-commit
27-
packaging==26.1
27+
packaging==26.2
2828
# via pytest
2929
platformdirs==4.9.6
3030
# via
3131
# python-discovery
3232
# virtualenv
3333
pluggy==1.6.0
3434
# via pytest
35-
pre-commit==4.5.1
35+
pre-commit==4.6.0
3636
pygments==2.20.0
3737
# via pytest
3838
pymssql==2.3.13
@@ -46,14 +46,14 @@ pyyaml==6.0.3
4646
# via pre-commit
4747
requests==2.33.1
4848
# via docker
49-
ruff==0.15.10
50-
sqlglot==30.4.3
49+
ruff==0.15.12
50+
sqlglot==30.6.0
5151
# via sqlrunner
5252
structlog==25.5.0
5353
# via sqlrunner
5454
urllib3==2.6.3
5555
# via
5656
# docker
5757
# requests
58-
virtualenv==21.2.4
58+
virtualenv==21.3.0
5959
# via pre-commit

0 commit comments

Comments
 (0)