Skip to content

Commit

Permalink
release/2024-05-02 dependabot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed May 2, 2024
1 parent 40c3467 commit e4f121c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- name: Send job result to slack
id: slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: Send merge result to slack
id: slack
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [

[tool.poetry.dependencies]
python = "3.11.4"
pydantic = "1.10.14"
pydantic = "1.10.15"
nhs-context-logging = "^0.5.1"
requests = "^2.31.0"
aws-lambda-powertools = "^2.26.0"
Expand All @@ -32,7 +32,7 @@ pre-commit = "^3.4.0"
black = "^24.1.1"
flake8 = "^7.0.0"
behave = "^1.2.6"
pytest = "^7.4.2"
pytest = "^8.2.0"
pytest-custom-exit-code = "^0.3.0"
sh = "^2.0.6"
hypothesis = "^6.87.3"
Expand Down

0 comments on commit e4f121c

Please sign in to comment.