Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 1317dab

Browse files
chore: Updating Python Requirements (#931)
1 parent d2026cc commit 1317dab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pynacl==1.5.0
129129
# -r requirements/base.txt
130130
# -r requirements/test.txt
131131
# paramiko
132-
pyparsing==3.0.8
132+
pyparsing==3.0.9
133133
# via
134134
# -r requirements/test.txt
135135
# packaging

requirements/doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ paramiko==2.10.4
8686
# via
8787
# -r requirements/base.txt
8888
# docker
89-
pbr==5.8.1
89+
pbr==5.9.0
9090
# via stevedore
9191
pycparser==2.21
9292
# via
@@ -101,7 +101,7 @@ pynacl==1.5.0
101101
# via
102102
# -r requirements/base.txt
103103
# paramiko
104-
pyparsing==3.0.8
104+
pyparsing==3.0.9
105105
# via packaging
106106
pyrsistent==0.18.1
107107
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pynacl==1.5.0
8181
# via
8282
# -r requirements/base.txt
8383
# paramiko
84-
pyparsing==3.0.8
84+
pyparsing==3.0.9
8585
# via packaging
8686
pyrsistent==0.18.1
8787
# via

0 commit comments

Comments
 (0)