Skip to content
Open
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 = "2026-03-04T00:00:00Z"
exclude-newer = "2026-03-11T00:00:00Z"
exclude-newer-package = {}

[dependency-groups]
Expand Down
12 changes: 6 additions & 6 deletions requirements.uvmirror.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ certifi==2026.2.25
# via requests
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.4
charset-normalizer==3.4.5
# via requests
colorama==0.4.6 ; sys_platform == 'win32'
# via pytest
coverage==7.13.4
distlib==0.4.0
# via virtualenv
docker==7.1.0
filelock==3.25.0
filelock==3.25.1
# via
# python-discovery
# virtualenv
Expand All @@ -26,7 +26,7 @@ nodeenv==1.10.0
# via pre-commit
packaging==26.0
# via pytest
platformdirs==4.9.2
platformdirs==4.9.4
# via
# python-discovery
# virtualenv
Expand All @@ -38,15 +38,15 @@ pygments==2.19.2
pymssql==2.3.13
# via sqlrunner
pytest==9.0.2
python-discovery==1.1.0
python-discovery==1.1.3
# via virtualenv
pywin32==311 ; sys_platform == 'win32'
# via docker
pyyaml==6.0.3
# via pre-commit
requests==2.32.5
# via docker
ruff==0.15.4
ruff==0.15.5
sqlglot==29.0.1
# via sqlrunner
structlog==25.5.0
Expand All @@ -55,5 +55,5 @@ urllib3==2.6.3
# via
# docker
# requests
virtualenv==21.1.0
virtualenv==21.2.0
# via pre-commit
Loading
Loading