Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 5e0d5cc

Browse files
build(deps): bump cryptography from 43.0.3 to 44.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.3...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b66aca3 commit 5e0d5cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==43.0.3
1+
cryptography==44.0.0
22
cuenca-validations==0.11.33
33
requests>=2.27
44
workalendar==17.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version = SourceFileLoader('version', 'stpmex/version.py').load_module()
66

77
install_requires = [
8-
'cryptography>=3.0,<43.1',
8+
'cryptography>=3.0,<44.1',
99
'cuenca-validations>=0.4,<0.12',
1010
'requests>=2.27',
1111
'workalendar>=16.1.0,<18.0.0',

0 commit comments

Comments
 (0)