Skip to content

Commit

Permalink
Bump cryptography from 39.0.1 to 41.0.0 in /pipeline
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@39.0.1...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 2, 2023
1 parent 01a5105 commit 8ee2204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setuptools.setup(
name='censoredplanet-analysis',
version='0.0.1',
install_requires=['cryptography==39.0.1', 'geoip2==4.1.0', 'pyasn==1.6.1'],
install_requires=['cryptography==41.0.0', 'geoip2==4.1.0', 'pyasn==1.6.1'],
# Add a prefix so absolute import succeeds on workers.
packages=['pipeline', 'pipeline.metadata'],
package_dir={
Expand Down

0 comments on commit 8ee2204

Please sign in to comment.