Skip to content

Commit

Permalink
build(deps): bump pycryptodomex from 3.9.9 to 3.10.1 (#76)
Browse files Browse the repository at this point in the history
Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.9.9 to 3.10.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](Legrandin/pycryptodome@v3.9.9...v3.10.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2021
1 parent c72211b commit d5e3585
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
@@ -1,3 +1,3 @@
pyctr==0.4.5
haccrypto==0.1.0
pycryptodomex==3.9.9
pycryptodomex==3.10.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=['pycryptodomex==3.9.9', 'pyctr==0.4.5', 'haccrypto==0.1.0'],
install_requires=['pycryptodomex==3.10.1', 'pyctr==0.4.5', 'haccrypto==0.1.0'],
python_requires='>=3.6.1',
# fusepy should be added here once the main repo has a new release with Windows support.
entry_points={'gui_scripts': ['ninfsw = ninfs.main:gui'],
Expand Down

0 comments on commit d5e3585

Please sign in to comment.