Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent f8e296a commit 6e2f0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests==2.28.0
PySocks==1.7.1
pydantic==1.9.1
moviepy==1.0.3
pycryptodomex==3.14.1
pycryptodomex==3.15.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'requests<3.0,>=2.25.1',
'PySocks==1.7.1',
'pydantic==1.9.1',
'pycryptodomex==3.14.1'
'pycryptodomex==3.15.0'
]
# requirements = [
# line.strip()
Expand Down

0 comments on commit 6e2f0b1

Please sign in to comment.