Skip to content

Commit d86d88c

Browse files
authored
Merge branch 'main' into feature/eja-eli-582-adding-cooldown-to-dependabot
2 parents 8b8189e + a5fb867 commit d86d88c

3 files changed

Lines changed: 23 additions & 66 deletions

File tree

.github/workflows/monthly-capacity-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: "3.11"
4343

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python-dateutil = "^2.9.0"
3434
pyhamcrest = "^2.1.0"
3535
boto3 = "^1.40.57"
3636
botocore = "^1.40.57"
37-
aws-xray-sdk = "2.14.0"
37+
aws-xray-sdk = "2.15.0"
3838

3939
[tool.poetry.group.dev.dependencies]
4040
ruff = "^0.11.13"
@@ -43,13 +43,13 @@ jsonpath-rw = "^1.4.0"
4343
semver = "^3.0.4"
4444
gitpython = "^3.1.45"
4545
pytest = "^8.4.2"
46-
pytest-asyncio = "^1.2.0"
46+
pytest-asyncio = "^1.3.0"
4747
pytest-cov = "^7.0.0"
4848
pytest-nhsd-apim = "^5.0.14"
4949
aiohttp = "^3.12.15"
5050
awscli = "^1.37.24"
5151
awscli-local = "^0.22.2"
52-
polyfactory = "^3.0.0"
52+
polyfactory = "^3.2.0"
5353
pyright = "^1.1.407"
5454
brunns-matchers = "^2.9.0"
5555
localstack = "^4.12.0"
@@ -62,7 +62,7 @@ jsonschema = "^4.25.1"
6262
behave = "^1.3.3"
6363
python-dotenv = "^1.2.1"
6464
openapi-spec-validator = "^0.7.2"
65-
pip-licenses = "^5.0.0"
65+
pip-licenses = "^5.5.0"
6666

6767

6868
[tool.poetry-plugin-lambda-build]

0 commit comments

Comments
 (0)