Skip to content

Commit 4bd67a8

Browse files
committed
Merge branch 'main' into dependabot/pip/python-json-logger-4.0.0
2 parents b69b418 + f04a09b commit 4bd67a8

3 files changed

Lines changed: 13 additions & 59 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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"
@@ -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]

tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def inactive_iteration_config(s3_client: BaseClient, rules_bucket: BucketName) -
824824
)
825825

826826
campaign.start_date = StartDate(datetime.date(2025, 1, 1))
827-
campaign.end_date = EndDate(datetime.date(2026, 1, 1))
827+
campaign.end_date = EndDate(datetime.date(2027, 1, 1))
828828
campaign.iterations[0].iteration_date = data[1]
829829

830830
campaign_data = {"CampaignConfig": campaign.model_dump(by_alias=True)}

0 commit comments

Comments
 (0)