Skip to content

Commit

Permalink
build(deps): bump cryptography from 43.0.1 to 43.0.3 in /plugins/apel
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 43.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dirksammel committed Oct 21, 2024
1 parent e0fde67 commit f6127f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dependencies: Update black from 24.4.2 to 24.10.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update build from 1.2.1 to 1.2.2.post1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update crate-ci/typos from 1.23.3 to 1.26.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update cryptography from 43.0.0 to 43.0.1 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update cryptography from 43.0.0 to 43.0.3 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update EmbarkStudios/cargo-deny-action from 1 to 2 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update mypy from 1.11.0 to 1.12.0 ([@dirksammel](https://github.com/dirksammel))
- Dependencies: Update pydantic from 2.8.2 to 2.9.2 ([@dirksammel](https://github.com/dirksammel))
Expand Down
2 changes: 1 addition & 1 deletion plugins/apel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = ">=3.8"
dependencies = [
"python-auditor==0.6.2",
"requests==2.32.3",
"cryptography==43.0.1",
"cryptography==43.0.3",
"pyyaml==6.0.2",
"pydantic==2.9.2",
]
Expand Down

0 comments on commit f6127f7

Please sign in to comment.