Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ isort.lines-after-imports = 2
# Note: any `exclude-newer-package` timestamps should be removed if > 7 days old
# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details
[tool.uv]
exclude-newer = "2026-05-06T00:00:00Z"
exclude-newer = "2026-05-13T00:00:00Z"
exclude-newer-package = {}

[dependency-groups]
Expand Down
16 changes: 8 additions & 8 deletions requirements.uvmirror.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ colorama==0.4.6
# mkdocs
# mkdocs-material
# pytest
coverage==7.13.5
coverage==7.14.0
# via pytest-cov
distlib==0.4.0
# via virtualenv
Expand All @@ -36,10 +36,10 @@ ghp-import==2.1.0
# via mkdocs
greenlet==3.5.0 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
# via sqlalchemy
hypothesis==6.152.4
hypothesis==6.152.6
identify==2.6.19
# via pre-commit
idna==3.13
idna==3.15
# via requests
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ nodejs-wheel-binaries==24.15.0
numpy==2.4.4
# via opensafely-ehrql
openpyxl==3.1.5
orjson==3.11.8 ; platform_python_implementation != 'PyPy'
orjson==3.11.9 ; platform_python_implementation != 'PyPy'
# via trino
packaging==26.2
# via
Expand Down Expand Up @@ -127,7 +127,7 @@ python-dateutil==2.9.0.post0
# via
# ghp-import
# trino
python-discovery==1.3.0
python-discovery==1.3.1
# via virtualenv
pytz==2026.2
# via trino
Expand All @@ -142,7 +142,7 @@ pyyaml==6.0.3
# pyyaml-env-tag
pyyaml-env-tag==1.1
# via mkdocs
requests==2.33.1
requests==2.34.0
# via
# docker
# mkdocs-material
Expand All @@ -167,11 +167,11 @@ tzdata==2026.2 ; sys_platform == 'win32'
# via tzlocal
tzlocal==5.3.1
# via trino
urllib3==2.6.3
urllib3==2.7.0
# via
# docker
# requests
virtualenv==21.3.1
virtualenv==21.3.2
# via pre-commit
watchdog==6.0.0
# via mkdocs
Expand Down
Loading
Loading