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
Bumps the dependencies group in /deployer with 3 updates: [boto3](https://github.com/boto/boto3), [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest).


Updates `boto3` from 1.28.68 to 1.28.73
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.68...1.28.73)

Updates `black` from 23.10.0 to 23.10.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.0...23.10.1)

Updates `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 88f000e commit a35557d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions deployer/poetry.lock

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

4 changes: 2 additions & 2 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.28.68"
boto3 = "^1.28.73"
python-decouple = "^3.8"
requests = {extras = ["security"], version = "^2.31.0"}
elasticsearch-dsl = "^7.4.1"
Expand All @@ -21,7 +21,7 @@ unidiff = "^0.7.5"
[tool.poetry.dev-dependencies]
black = "^23.10"
flake8 = "^6.1.0"
pytest = "^7.4.2"
pytest = "^7.4.3"

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

0 comments on commit a35557d

Please sign in to comment.