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 @@ -59,7 +59,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 = "2025-12-03T00:00:00Z"
exclude-newer = "2025-12-10T00:00:00Z"
exclude-newer-package = {}

[dependency-groups]
Expand Down
10 changes: 5 additions & 5 deletions requirements.uvmirror.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ charset-normalizer==3.4.4
# via requests
colorama==0.4.6 ; sys_platform == 'win32'
# via pytest
coverage==7.12.0
coverage==7.13.0
distlib==0.4.0
# via virtualenv
docker==7.1.0
Expand All @@ -24,7 +24,7 @@ nodeenv==1.9.1
# via pre-commit
packaging==25.0
# via pytest
platformdirs==4.5.0
platformdirs==4.5.1
# via virtualenv
pluggy==1.6.0
# via pytest
Expand All @@ -33,19 +33,19 @@ pygments==2.19.2
# via pytest
pymssql==2.3.10
# via sqlrunner
pytest==9.0.1
pytest==9.0.2
pywin32==311 ; sys_platform == 'win32'
# via docker
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
# via docker
ruff==0.14.7
ruff==0.14.8
sqlglot==28.1.0
# via sqlrunner
structlog==25.5.0
# via sqlrunner
urllib3==2.5.0
urllib3==2.6.1
# via
# docker
# requests
Expand Down
Loading