Skip to content

Commit

Permalink
Bump pycryptodomex from 3.19.0 to 3.19.1
Browse files Browse the repository at this point in the history
Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.19.0...v3.19.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Dec 28, 2023
1 parent 2998b84 commit d0ecfc6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ pycparser==2.20
# via
# -r requirements/prod.txt
# cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/prod.txt
pygments==2.15.0
# via ipython
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ pycparser==2.20
# via
# -r requirements/prod.txt
# cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/prod.txt
pyjwt==2.8.0
# via -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ pycparser==2.20
# -r requirements/functests.txt
# -r requirements/tests.txt
# cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pyasn1==0.5.0
# rsa
pycparser==2.20
# via cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/prod.in
pyjwt==2.8.0
# via -r requirements/prod.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ pycparser==2.20
# via
# -r requirements/prod.txt
# cffi
pycryptodomex==3.19.0
pycryptodomex==3.19.1
# via -r requirements/prod.txt
pyjwt==2.8.0
# via -r requirements/prod.txt
Expand Down

0 comments on commit d0ecfc6

Please sign in to comment.