Skip to content

Commit

Permalink
feat(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [cloudpathlib](https://github.com/drivendataorg/cloudpathlib) | `0.19.0` | `0.20.0` |
| [pypdf](https://github.com/py-pdf/pypdf) | `5.0.1` | `5.1.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [moto](https://github.com/getmoto/moto) | `5.0.16` | `5.0.18` |
| [boto3](https://github.com/boto/boto3) | `1.35.31` | `1.35.54` |


Updates `cloudpathlib` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/drivendataorg/cloudpathlib/releases)
- [Changelog](https://github.com/drivendataorg/cloudpathlib/blob/master/HISTORY.md)
- [Commits](drivendataorg/cloudpathlib@v0.19.0...v0.20.0)

Updates `pypdf` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@5.0.1...5.1.0)

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

Updates `pre-commit` from 3.8.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)

Updates `moto` from 5.0.16 to 5.0.18
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.16...5.0.18)

Updates `boto3` from 1.35.31 to 1.35.54
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.31...1.35.54)

---
updated-dependencies:
- dependency-name: cloudpathlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: boto3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 65b0e6a commit 245c0cc
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 55 deletions.
101 changes: 52 additions & 49 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ navigator-data-ingest = 'navigator_data_ingest.main:main'
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.2"
cloudpathlib = { version = "^0.19.0", extras = ["s3"] }
cloudpathlib = { version = "^0.20.0", extras = ["s3"] }
pydantic = "^2.9.2"
python-slugify = "^8.0.4"
python-dateutil = "^2.9.0"
python-dotenv = "^1.0.1"
requests = "^2.28.1"
tenacity = "^9.0.0"
json-logging = "^1.3.0"
pypdf = "^5.0.1"
pypdf = "^5.1.0"
cpr-sdk = "^1.3.12"

[tool.poetry.group.dev-dependencies.dependencies]
black = "^24.8.0"
black = "^24.10.0"
flake8 = "^7.1.1"
importlib-resources = "^6.4.5"
pre-commit = "^3.8.0"
pre-commit = "^4.0.1"
pydocstyle = { version = "^6.1.1", extras = ["pydocstyle[toml]"] }
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
requests-mock = "^1.12.1"
moto = {extras = ["all", "ec2", "s3"], version = "^5.0.16"}
moto = {extras = ["all", "ec2", "s3"], version = "^5.0.18"}

[tool.poetry.group.integration-test]
optional = true
Expand All @@ -44,7 +44,7 @@ optional = true
boto3 = ">=1.21.21,<2.0.0"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
cloudpathlib = { version = "^0.19.0", extras = ["s3"] }
cloudpathlib = { version = "^0.20.0", extras = ["s3"] }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 245c0cc

Please sign in to comment.