This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cffi==1.15.1
1616 # pynacl
1717charset-normalizer==3.0.1
1818 # via requests
19- cryptography==39.0.0
19+ cryptography==39.0.1
2020 # via paramiko
2121distro==1.8.0
2222 # via docker-compose
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ click==8.1.3
3939 # via
4040 # -r requirements/pip-tools.txt
4141 # pip-tools
42- cryptography==39.0.0
42+ cryptography==39.0.1
4343 # via
4444 # -r requirements/base.txt
4545 # -r requirements/test.txt
@@ -110,7 +110,7 @@ pexpect==4.8.0
110110 # via -r requirements/test.txt
111111pip-tools==6.12.2
112112 # via -r requirements/pip-tools.txt
113- platformdirs==2.6.2
113+ platformdirs==3.0.0
114114 # via virtualenv
115115pluggy==1.0.0
116116 # via
@@ -194,7 +194,7 @@ urllib3==1.26.14
194194 # -r requirements/test.txt
195195 # docker
196196 # requests
197- virtualenv==20.17.1
197+ virtualenv==20.19.0
198198 # via tox
199199websocket-client==0.59.0
200200 # via
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ charset-normalizer==3.0.1
3131 # via
3232 # -r requirements/base.txt
3333 # requests
34- cryptography==39.0.0
34+ cryptography==39.0.1
3535 # via
3636 # -r requirements/base.txt
3737 # paramiko
@@ -174,7 +174,7 @@ websocket-client==0.59.0
174174 # -r requirements/base.txt
175175 # docker
176176 # docker-compose
177- zipp==3.12.0
177+ zipp==3.12.1
178178 # via importlib-metadata
179179
180180# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- pip==23.0
7+ wheel==0.38.4
88 # via -r requirements/pip.in
9- setuptools==67.0.0
9+
10+ # The following packages are considered to be unsafe in a requirements file:
11+ pip==23.0
1012 # via -r requirements/pip.in
11- wheel==0.38.4
13+ setuptools==67.2.0
1214 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ charset-normalizer==3.0.1
2626 # via
2727 # -r requirements/base.txt
2828 # requests
29- cryptography==39.0.0
29+ cryptography==39.0.1
3030 # via
3131 # -r requirements/base.txt
3232 # paramiko
You can’t perform that action at this time.
0 commit comments