Skip to content

Commit

Permalink
chore(deps): bump the dependencies group in /deployer with 3 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent dbd7f1c commit 50d18a1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
68 changes: 34 additions & 34 deletions deployer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions deployer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
boto3 = "^1.34.39"
boto3 = "^1.34.44"
python-decouple = "^3.8"
requests = {extras = ["security"], version = "^2.31.0"}
elasticsearch-dsl = "^7.4.1"
Expand All @@ -19,9 +19,9 @@ PyGithub = "^1.59"
unidiff = "^0.7.5"

[tool.poetry.dev-dependencies]
black = "^24.1"
black = "^24.2"
flake8 = "^7.0.0"
pytest = "^8.0.0"
pytest = "^8.0.1"

[tool.poetry.scripts]
deployer = "deployer.main:cli"
Expand Down

0 comments on commit 50d18a1

Please sign in to comment.