Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest).


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

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

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent ec78bb1 commit 6ab5ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "README.md"
version = "0.0.1"

dependencies = [
"cryptography==42.0.7",
"cryptography==42.0.8",
"gql[all]==3.5.0",
"fastapi[all]==0.111.0",
"PyJWT==2.8.0",
Expand All @@ -17,15 +17,15 @@ dependencies = [

[project.optional-dependencies]
formatting = [
"ruff==0.4.8",
"ruff==0.4.9",
"mypy==1.10.0",
"types-requests==2.32.0.20240602",
"fia-auth[test]",
]


test = [
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-cov==5.0.0",
"pytest-random-order==1.1.1",
]
Expand Down

0 comments on commit 6ab5ba9

Please sign in to comment.