File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ asgiref==3.8.1
3232 # django
3333 # django-cors-headers
3434 # opentelemetry-instrumentation-asgi
35+ async-timeout==5.0.1
36+ # via redis
3537attrs==24.3.0
3638 # via
3739 # jsonschema
@@ -210,6 +212,8 @@ googleapis-common-protos==1.66.0
210212 # via
211213 # google-api-core
212214 # opentelemetry-exporter-otlp-proto-http
215+ greenlet==3.2.4
216+ # via sqlalchemy
213217gunicorn==23.0.0
214218 # via -r base.in
215219h11==0.16.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pytest-html==4.1.1
2323coverage==7.5.1
2424pytest-split==0.8.2
2525bandit==1.7.8
26- pip-tools==7.4.1
26+ pip-tools==7.5.2
2727autopep8==2.1.0
2828pytest-unordered==0.6.0
2929debugpy==1.8.1
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ asttokens==3.0.0
1414 # via
1515 # snoop
1616 # stack-data
17+ async-timeout==5.0.1
18+ # via
19+ # -c base.txt
20+ # redis
1721attrs==24.3.0
1822 # via
1923 # -c base.txt
@@ -113,9 +117,7 @@ isort==5.13.2
113117jedi==0.19.2
114118 # via ipython
115119jinja2==3.1.6
116- # via
117- # -c base.txt
118- # pytest-html
120+ # via pytest-html
119121jsonschema==4.25.0
120122 # via
121123 # -c base.txt
@@ -137,9 +139,7 @@ markdown-it-py==3.0.0
137139 # -c base.txt
138140 # rich
139141markupsafe==3.0.3
140- # via
141- # -c base.txt
142- # jinja2
142+ # via jinja2
143143matplotlib-inline==0.1.7
144144 # via ipython
145145mccabe==0.7.0
@@ -178,7 +178,7 @@ pbr==6.1.0
178178 # via stevedore
179179pexpect==4.9.0
180180 # via ipython
181- pip-tools==7.4.1
181+ pip-tools==7.5.2
182182 # via -r dev.in
183183platformdirs==4.3.6
184184 # via black
You can’t perform that action at this time.
0 commit comments