This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bcrypt==4.0.1
1414 # -r requirements/base.txt
1515 # -r requirements/test.txt
1616 # paramiko
17- build==0.10 .0
17+ build==1.0 .0
1818 # via
1919 # -r requirements/pip-tools.txt
2020 # pip-tools
@@ -82,6 +82,10 @@ idna==3.4
8282 # -r requirements/base.txt
8383 # -r requirements/test.txt
8484 # requests
85+ importlib-metadata==6.8.0
86+ # via
87+ # -r requirements/pip-tools.txt
88+ # build
8589iniconfig==2.0.0
8690 # via
8791 # -r requirements/test.txt
@@ -141,7 +145,7 @@ pyrsistent==0.19.3
141145 # -r requirements/base.txt
142146 # -r requirements/test.txt
143147 # jsonschema
144- pytest==7.4.0
148+ pytest==7.4.1
145149 # via -r requirements/test.txt
146150python-dotenv==0.21.1
147151 # via
@@ -196,7 +200,7 @@ urllib3==2.0.4
196200 # -r requirements/test.txt
197201 # docker
198202 # requests
199- virtualenv==20.24.3
203+ virtualenv==20.24.4
200204 # via tox
201205websocket-client==0.59.0
202206 # via
@@ -208,6 +212,10 @@ wheel==0.41.2
208212 # via
209213 # -r requirements/pip-tools.txt
210214 # pip-tools
215+ zipp==3.16.2
216+ # via
217+ # -r requirements/pip-tools.txt
218+ # importlib-metadata
211219
212220# The following packages are considered to be unsafe in a requirements file:
213221# pip
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ python-dotenv==0.21.1
121121 # via
122122 # -r requirements/base.txt
123123 # docker-compose
124- pytz==2023.3
124+ pytz==2023.3.post1
125125 # via babel
126126pyyaml==5.4.1
127127 # via
@@ -146,7 +146,7 @@ six==1.16.0
146146 # websocket-client
147147snowballstemmer==2.2.0
148148 # via sphinx
149- soupsieve==2.4.1
149+ soupsieve==2.5
150150 # via beautifulsoup4
151151sphinx==6.2.1
152152 # via
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- build==0.10 .0
7+ build==1.0 .0
88 # via pip-tools
99click==8.1.7
1010 # via pip-tools
11+ importlib-metadata==6.8.0
12+ # via build
1113packaging==23.1
1214 # via build
1315pip-tools==7.3.0
@@ -18,8 +20,11 @@ tomli==2.0.1
1820 # via
1921 # build
2022 # pip-tools
23+ # pyproject-hooks
2124wheel==0.41.2
2225 # via pip-tools
26+ zipp==3.16.2
27+ # via importlib-metadata
2328
2429# The following packages are considered to be unsafe in a requirements file:
2530# pip
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pyrsistent==0.19.3
8686 # via
8787 # -r requirements/base.txt
8888 # jsonschema
89- pytest==7.4.0
89+ pytest==7.4.1
9090 # via -r requirements/test.in
9191python-dotenv==0.21.1
9292 # via
You can’t perform that action at this time.
0 commit comments