Skip to content

Commit fc0d7c0

Browse files
chore: update-dependencies
1 parent b54e1dc commit fc0d7c0

3 files changed

Lines changed: 56 additions & 56 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-04-15T00:00:00Z"
7070
exclude-newer-package = {}
7171

7272
[dependency-groups]

requirements.uvmirror.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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.4
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.28.0
2525
# via
2626
# python-discovery
2727
# virtualenv
@@ -43,11 +43,11 @@ iniconfig==2.3.0
4343
# via pytest
4444
nodeenv==1.10.0
4545
# via pre-commit
46-
packaging==26.0
46+
packaging==26.1
4747
# via
4848
# gunicorn
4949
# pytest
50-
platformdirs==4.9.4
50+
platformdirs==4.9.6
5151
# via
5252
# python-discovery
5353
# virtualenv
@@ -56,19 +56,19 @@ pluggy==1.6.0
5656
pre-commit==4.5.1
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.2.2
6363
# via virtualenv
6464
pyyaml==6.0.3
6565
# via pre-commit
66-
ruff==0.15.8
66+
ruff==0.15.10
6767
sqlparse==0.5.5
6868
# via django
69-
tzdata==2025.3 ; sys_platform == 'win32'
69+
tzdata==2026.1 ; sys_platform == 'win32'
7070
# via django
71-
virtualenv==21.2.0
71+
virtualenv==21.2.4
7272
# via pre-commit
7373
xkcdpass==1.30.0
7474
# via reference-gateway

0 commit comments

Comments
 (0)