Skip to content

Commit c21f77b

Browse files
Merge pull request #10 from NHSDigital/chore/version-bumps-2025-02-20
Version bumps to stop dependabot nagging us.
2 parents 4ed52b4 + b5cfc0a commit c21f77b

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry.dependencies]
2323
python = "^3.13"
24-
flask = {extras = ["async"], version = ">=3.0.3"}
25-
httpx = ">=0.28"
26-
yarl = ">=1.9.4"
24+
flask = {extras = ["async"], version = "^3.1.0"}
25+
httpx = "^0.28.1"
26+
yarl = "^1.18.3"
2727
pydantic = "^2.10.6"
2828

2929
[tool.poetry.group.dev.dependencies]
30-
ruff = ">=0.9"
30+
ruff = "^0.9.6"
3131
docopt = "^0.6.2"
3232
jsonpath-rw = "^1.4.0"
33-
semver = "^2.9.0"
34-
gitpython = "^3.0.5"
35-
pytest = ">=6.0"
36-
pytest-asyncio = ">=0.23"
37-
pytest-cov = ">=4.0.0"
33+
semver = "^3.0.4"
34+
gitpython = "^3.1.44"
35+
pytest = "^8.3.4"
36+
pytest-asyncio = "^0.25.3"
37+
pytest-cov = "^6.0.0"
3838
#pytest-nhsd-apim = "^3.3.2"
39-
aiohttp = "^3.7.3"
40-
awscli = "^1.29.29"
39+
aiohttp = "^3.11.12"
40+
awscli = "^1.37.24"
4141
awscli-local = "^0.22.0"
4242
pyhamcrest = "^2.1.0"
4343
factory-boy = "^3.3.3"

0 commit comments

Comments
 (0)