Skip to content

Commit 7aaa52f

Browse files
chore: update-dependencies
1 parent b54e1dc commit 7aaa52f

3 files changed

Lines changed: 76 additions & 76 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lines-after-imports = 2
6666
# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details
6767
[tool.uv]
6868
required-version = ">=0.9"
69-
exclude-newer = "2026-03-31T00:00:00Z"
69+
exclude-newer = "2026-05-10T00:00:00Z"
7070
exclude-newer-package = {}
7171

7272
[dependency-groups]

requirements.uvmirror.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ anyio==4.13.0
44
# via httpx
55
asgiref==3.11.1
66
# via django
7-
certifi==2026.2.25
7+
certifi==2026.4.22
88
# via
99
# httpcore
1010
# httpx
@@ -15,60 +15,60 @@ colorama==0.4.6 ; sys_platform == 'win32'
1515
coverage==7.13.5
1616
distlib==0.4.0
1717
# via virtualenv
18-
django==6.0.3
18+
django==6.0.5
1919
# via
2020
# django-enum
2121
# reference-gateway
2222
django-enum==2.4.2
2323
# via reference-gateway
24-
filelock==3.25.2
24+
filelock==3.29.0
2525
# via
2626
# python-discovery
2727
# virtualenv
28-
gunicorn==25.3.0
28+
gunicorn==26.0.0
2929
# via reference-gateway
3030
h11==0.16.0
3131
# via httpcore
3232
httpcore==1.0.9
3333
# via httpx
3434
httpx==0.28.1
3535
# via reference-gateway
36-
identify==2.6.18
36+
identify==2.6.19
3737
# via pre-commit
38-
idna==3.11
38+
idna==3.13
3939
# via
4040
# anyio
4141
# httpx
4242
iniconfig==2.3.0
4343
# via pytest
4444
nodeenv==1.10.0
4545
# via pre-commit
46-
packaging==26.0
46+
packaging==26.2
4747
# via
4848
# gunicorn
4949
# pytest
50-
platformdirs==4.9.4
50+
platformdirs==4.9.6
5151
# via
5252
# python-discovery
5353
# virtualenv
5454
pluggy==1.6.0
5555
# via pytest
56-
pre-commit==4.5.1
56+
pre-commit==4.6.0
5757
pygments==2.20.0
5858
# via pytest
59-
pytest==9.0.2
59+
pytest==9.0.3
6060
# via pytest-django
6161
pytest-django==4.12.0
62-
python-discovery==1.2.1
62+
python-discovery==1.3.0
6363
# via virtualenv
6464
pyyaml==6.0.3
6565
# via pre-commit
66-
ruff==0.15.8
66+
ruff==0.15.12
6767
sqlparse==0.5.5
6868
# via django
69-
tzdata==2025.3 ; sys_platform == 'win32'
69+
tzdata==2026.2 ; sys_platform == 'win32'
7070
# via django
71-
virtualenv==21.2.0
71+
virtualenv==21.3.1
7272
# via pre-commit
7373
xkcdpass==1.30.0
7474
# via reference-gateway

0 commit comments

Comments
 (0)