Skip to content

Commit 59c11ad

Browse files
chore: update-dependencies
1 parent 82661c1 commit 59c11ad

3 files changed

Lines changed: 58 additions & 58 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-03-04T00:00:00Z"
62+
exclude-newer = "2026-03-11T00:00:00Z"
6363
exclude-newer-package = {}
6464

6565
[dependency-groups]

requirements.uvmirror.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ certifi==2026.2.25
44
# via requests
55
cfgv==3.5.0
66
# via pre-commit
7-
charset-normalizer==3.4.4
7+
charset-normalizer==3.4.5
88
# via requests
99
colorama==0.4.6 ; sys_platform == 'win32'
1010
# via pytest
1111
coverage==7.13.4
1212
distlib==0.4.0
1313
# via virtualenv
1414
docker==7.1.0
15-
filelock==3.25.0
15+
filelock==3.25.1
1616
# via
1717
# python-discovery
1818
# virtualenv
@@ -26,7 +26,7 @@ nodeenv==1.10.0
2626
# via pre-commit
2727
packaging==26.0
2828
# via pytest
29-
platformdirs==4.9.2
29+
platformdirs==4.9.4
3030
# via
3131
# python-discovery
3232
# virtualenv
@@ -38,15 +38,15 @@ pygments==2.19.2
3838
pymssql==2.3.13
3939
# via sqlrunner
4040
pytest==9.0.2
41-
python-discovery==1.1.0
41+
python-discovery==1.1.3
4242
# via virtualenv
4343
pywin32==311 ; sys_platform == 'win32'
4444
# via docker
4545
pyyaml==6.0.3
4646
# via pre-commit
4747
requests==2.32.5
4848
# via docker
49-
ruff==0.15.4
49+
ruff==0.15.5
5050
sqlglot==29.0.1
5151
# via sqlrunner
5252
structlog==25.5.0
@@ -55,5 +55,5 @@ urllib3==2.6.3
5555
# via
5656
# docker
5757
# requests
58-
virtualenv==21.1.0
58+
virtualenv==21.2.0
5959
# via pre-commit

0 commit comments

Comments
 (0)