Skip to content

Commit b153b39

Browse files
chore: Bump cryptography from 41.0.2 to 41.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fa1687 commit b153b39

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ colorama==0.4.6
3030
# via tox
3131
coverage==7.2.7
3232
# via -r requirements-dev.in
33-
cryptography==41.0.2
33+
cryptography==41.0.3
3434
# via
3535
# -c requirements.txt
3636
# secretstorage
@@ -125,7 +125,6 @@ types-pytz==2023.3.0.0
125125
typing-extensions==4.3.0
126126
# via
127127
# -c requirements.txt
128-
# black
129128
# mypy
130129
urllib3==1.26.12
131130
# via requests

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Note: To install a package from a Git VCS repository, see the following example:
66
# git+https://github.com/example/example.git@example-vcs-ref#egg=example-pkg[foo,bar]==1.42.3
77

8-
cryptography==41.0.2
8+
cryptography==41.0.3
99
defusedxml==0.7.1
1010
Django>=2.2.24
1111
djangorestframework>=3.10.3,<3.15

requirements.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ certifi==2023.7.22
1212
# via signxml
1313
cffi==1.15.1
1414
# via cryptography
15-
cryptography==41.0.2
15+
cryptography==41.0.3
1616
# via
1717
# -r requirements.in
1818
# pyopenssl
@@ -27,8 +27,6 @@ djangorestframework==3.14.0
2727
# via -r requirements.in
2828
importlib-metadata==6.1.0
2929
# via -r requirements.in
30-
importlib-resources==6.0.0
31-
# via jsonschema
3230
jsonschema==4.17.3
3331
# via -r requirements.in
3432
lxml==4.9.2
@@ -39,8 +37,6 @@ marshmallow==3.19.0
3937
# via -r requirements.in
4038
packaging==23.1
4139
# via marshmallow
42-
pkgutil-resolve-name==1.3.10
43-
# via jsonschema
4440
pycparser==2.20
4541
# via cffi
4642
pydantic==1.10.12
@@ -63,6 +59,4 @@ sqlparse==0.4.4
6359
typing-extensions==4.3.0
6460
# via pydantic
6561
zipp==3.8.1
66-
# via
67-
# importlib-metadata
68-
# importlib-resources
62+
# via importlib-metadata

0 commit comments

Comments
 (0)