File tree 6 files changed +24
-25
lines changed
6 files changed +24
-25
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ celery[redis]
11
11
certbot
12
12
certsrv
13
13
CloudFlare
14
- cryptography >= 41.0.4 # Required to avoid vulnerability in previous version (VULN-4474 )
14
+ cryptography >= 41.0.6 # Required to avoid vulnerability in previous version (VULN-5135 )
15
15
dnspython3
16
16
dyn
17
17
Flask <= 1.1.2 # similar to Flask-Migrate
@@ -33,8 +33,9 @@ logmatic-python
33
33
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts, as newer versions require marshmallow>=3.0.0)
34
34
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
35
35
marshmallow<2.21.1 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
36
- paramiko # required for the SFTP destination plugin
36
+ paramiko >= 3.4.0 # required for the SFTP destination plugin
37
37
pem
38
+ pycryptodomex >= 3.19.1 # Required to address vulnerability in older version (VULN-5325)
38
39
pyjks >= 19 # pyjks < 19 depends on pycryptodome, which conflicts with dyn's usage of pycrypto
39
40
pyjwt
40
41
pyOpenSSL
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ configobj==5.0.8
129
129
# certbot
130
130
coverage==7.3.2
131
131
# via -r requirements-tests.txt
132
- cryptography==41.0.4
132
+ cryptography==41.0.7
133
133
# via
134
134
# -r requirements-docs.in
135
135
# -r requirements-tests.txt
@@ -336,9 +336,7 @@ mdurl==0.1.2
336
336
# -r requirements-tests.txt
337
337
# markdown-it-py
338
338
moto[all]==4.2.6
339
- # via
340
- # -r requirements-tests.txt
341
- # moto
339
+ # via -r requirements-tests.txt
342
340
mpmath==1.3.0
343
341
# via
344
342
# -r requirements-tests.txt
@@ -373,7 +371,7 @@ packaging==23.2
373
371
# gunicorn
374
372
# pytest
375
373
# sphinx
376
- paramiko==3.3.1
374
+ paramiko==3.4.0
377
375
# via -r requirements-docs.in
378
376
parsedatetime==2.6
379
377
# via
@@ -418,8 +416,10 @@ pycparser==2.21
418
416
# via
419
417
# -r requirements-tests.txt
420
418
# cffi
421
- pycryptodomex==3.19.0
422
- # via pyjks
419
+ pycryptodomex==3.20.0
420
+ # via
421
+ # -r requirements-docs.in
422
+ # pyjks
423
423
pydantic==2.4.2
424
424
# via
425
425
# -r requirements-tests.txt
@@ -481,7 +481,6 @@ python-jose[cryptography]==3.3.0
481
481
# via
482
482
# -r requirements-tests.txt
483
483
# moto
484
- # python-jose
485
484
python-json-logger==2.0.7
486
485
# via logmatic-python
487
486
pytz==2023.3.post1
Original file line number Diff line number Diff line change 3
3
black
4
4
coverage
5
5
certbot
6
- cryptography >= 41.0.4 # Required to avoid vulnerability in previous version (VULN-4474 )
6
+ cryptography >= 41.0.6 # Required to avoid vulnerability in previous version (VULN-5135 )
7
7
factory-boy
8
8
Faker
9
9
fakeredis
@@ -26,4 +26,4 @@ requests-mock
26
26
sqlalchemy < 1.4.0 # ImportError: cannot import name '_ColumnEntity' https://github.com/sqlalchemy/sqlalchemy/issues/6226
27
27
urllib3 == 1.26.18 # urllib3 is used by 'requests' package. Version restriction is required to avoid vulnerability in previous version (VULN-4806)
28
28
pyyaml>=4.2b1
29
- werkzeug < 2.1.0 # requires a newer version of Flask
29
+ werkzeug < 2.1.0 # requires a newer version of Flask
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ configobj==5.0.8
55
55
# via certbot
56
56
coverage==7.3.2
57
57
# via -r requirements-tests.in
58
- cryptography==41.0.4
58
+ cryptography==41.0.7
59
59
# via
60
60
# -r requirements-tests.in
61
61
# acme
@@ -161,9 +161,7 @@ marshmallow-sqlalchemy==0.23.1
161
161
mdurl==0.1.2
162
162
# via markdown-it-py
163
163
moto[all]==4.2.6
164
- # via
165
- # -r requirements-tests.in
166
- # moto
164
+ # via -r requirements-tests.in
167
165
mpmath==1.3.0
168
166
# via sympy
169
167
multipart==0.2.4
@@ -240,9 +238,7 @@ python-dateutil==2.8.2
240
238
# freezegun
241
239
# moto
242
240
python-jose[cryptography]==3.3.0
243
- # via
244
- # moto
245
- # python-jose
241
+ # via moto
246
242
pytz==2023.3.post1
247
243
# via
248
244
# acme
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ cert_manager
19
19
certsrv
20
20
https://binaries.ddbuild.io/dd-source/python/cert_orchestration_adapter-0.1.5-py3-none-any.whl
21
21
CloudFlare
22
- cryptography >= 41.0.4 # Required to avoid vulnerability in previous version (VULN-4474 )
22
+ cryptography >= 41.0.6 # Required to avoid vulnerability in previous version (VULN-5135 )
23
23
deprecated
24
24
dnspython3
25
25
ddtrace == 0.53.0 # Required for cert orchestration adapter.
@@ -49,10 +49,11 @@ logmatic-python
49
49
marshmallow-sqlalchemy == 0.23.1 #related to the marshmallow issue (to avoid conflicts)
50
50
marshmallow<2.21.1 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
51
51
ndg-httpsclient
52
- paramiko # required for the SFTP destination plugin
52
+ paramiko >= 3.4.0 # required for the SFTP destination plugin
53
53
pem
54
54
protobuf == 3.20.2 # Required for cert orchestration adapter.
55
55
psycopg2
56
+ pycryptodomex >= 3.19.1 # Required to address vulnerability in older version (VULN-5325)
56
57
pyjks >= 19 # pyjks < 19 depends on pycryptodome, which conflicts with dyn's usage of pycrypto
57
58
pyjwt
58
59
pyOpenSSL
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ configargparse==1.7
130
130
# via certbot
131
131
configobj == 5.0.8
132
132
# via certbot
133
- cryptography == 41.0.4
133
+ cryptography == 41.0.7
134
134
# via
135
135
# -r requirements.in
136
136
# acme
@@ -287,7 +287,7 @@ packaging==23.2
287
287
# via
288
288
# ddtrace
289
289
# gunicorn
290
- paramiko == 3.3.1
290
+ paramiko == 3.4.0
291
291
# via -r requirements.in
292
292
parsedatetime == 2.6
293
293
# via certbot
@@ -325,8 +325,10 @@ pyasn1-modules==0.3.0
325
325
# python-ldap
326
326
pycparser == 2.21
327
327
# via cffi
328
- pycryptodomex == 3.19.0
329
- # via pyjks
328
+ pycryptodomex == 3.20.0
329
+ # via
330
+ # -r requirements.in
331
+ # pyjks
330
332
pyjks == 20.0.0
331
333
# via -r requirements.in
332
334
pyjwt [crypto ]== 2.8.0
You can’t perform that action at this time.
0 commit comments