Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dev-deps group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [ruff](https://github.com/astral-sh/ruff).


Updates `cryptography` from 43.0.3 to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.3...44.0.0)

Updates `pandas-stubs` from 2.2.3.241009 to 2.2.3.241126
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.3.241009...v2.2.3.241126)

Updates `ruff` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 3dc5191 commit 120a226
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 65 deletions.
130 changes: 66 additions & 64 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cryptography = ">=40.0.2"
docker = "^7.1.0"
mock = "^5.1.0"
mypy = "^1.13"
pandas-stubs = "^2.2.3.241009"
pandas-stubs = "^2.2.3.241126"
pytest = "^8.3.3"
pytest-asyncio = ">=0.19.0,<1"
pytest-cov = "^6.0.0"
Expand Down

0 comments on commit 120a226

Please sign in to comment.