Skip to content

Commit 8a67a3d

Browse files
rootroot
authored andcommitted
APM-6127 python uptick to 3.9
1 parent 98fffcc commit 8a67a3d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ package-mode = false
1414

1515

1616
[tool.poetry.dependencies]
17-
python = "^3.8"
17+
python = "^3.9"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
flake8 = "^3.7.9"
2121
black = "^20.8b1"
2222
pip-licenses = "^2.0.1"
2323
jinja2 = "^3.1.6"
24-
pyyaml = "^5.2"
24+
pyyaml = "^5.4.1"
2525
docopt = "^0.6.2"
2626
jsonpath-rw = "^1.4.0"
2727
semver = "^2.9.0"
@@ -31,5 +31,5 @@ coverage = "^5.5"
3131
aiohttp = "^3.10.11"
3232
pytest-asyncio = "^0.14.0"
3333
api-test-utils = {url = "https://github.com/NHSDigital/apim-test-utils/releases/download/v1.1.43-alpha/api_test_utils-1.1.43a0-py3-none-any.whl"}
34-
34+
docker-compose = "^1.29.2"
3535
[tool.poetry.scripts]

0 commit comments

Comments
 (0)