Skip to content

Commit

Permalink
Merge pull request #3375 from uktrade/chore/dependencies-2024-11-26
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
ian-leggett authored Nov 26, 2024
2 parents 53107be + 8256a0a commit f11f060
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
1 change: 0 additions & 1 deletion dataworkspace/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,6 @@ async def _authenticate_by_ip_whitelist(request, handler):
for method in [
"delete",
"get",
"head",
"options",
"patch",
"post",
Expand Down
2 changes: 1 addition & 1 deletion flower/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ redis==4.5.4
# via -r requirements.in
six==1.16.0
# via click-repl
tornado==6.4.1
tornado==6.4.2
# via flower
vine==5.0.0
# via
Expand Down
13 changes: 9 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohappyeyeballs==2.3.5
# via
# -r requirements.txt
# aiohttp
aiohttp==3.10.2
aiohttp==3.11.7
# via
# -r requirements.txt
# elasticsearch
Expand All @@ -24,6 +24,8 @@ amqp==5.1.1
# kombu
appdirs==1.4.4
# via pyppeteer
appnope==0.1.4
# via ipython
asgiref==3.7.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -254,7 +256,6 @@ greenlet==3.0.1
# via
# -r requirements.txt
# gevent
# sqlalchemy
h11==0.13.0
# via wsproto
hawk-server-asyncio==0.0.13
Expand Down Expand Up @@ -394,6 +395,11 @@ prompt-toolkit==3.0.38
# click-repl
# ipython
# remote-pdb-client
propcache==0.2.0
# via
# -r requirements.txt
# aiohttp
# yarl
psutil==5.7.2
# via -r requirements.txt
psycogreen==1.0.2
Expand Down Expand Up @@ -541,7 +547,6 @@ sentry-sdk==2.8.0
six==1.15.0
# via
# -r requirements.txt
# asttokens
# bleach
# click-repl
# django-compressor
Expand Down Expand Up @@ -678,7 +683,7 @@ xlrd==2.0.1
# tabulator
xlsxwriter==1.2.8
# via -r requirements.txt
yarl==1.9.4
yarl==1.18.0
# via
# -r requirements.txt
# aiohttp
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.11.7
# via
# -r requirements.in
# elasticsearch
Expand Down Expand Up @@ -157,9 +157,7 @@ geoalchemy2==0.8.4
gevent==23.9.1
# via -r requirements.in
greenlet==3.0.1
# via
# gevent
# sqlalchemy
# via gevent
hawk-server-asyncio==0.0.13
# via -r requirements.in
idna==3.7
Expand Down Expand Up @@ -214,6 +212,10 @@ plotly==5.6.0
# via -r requirements.in
prompt-toolkit==3.0.38
# via click-repl
propcache==0.2.0
# via
# aiohttp
# yarl
psutil==5.7.2
# via -r requirements.in
psycogreen==1.0.2
Expand Down Expand Up @@ -291,9 +293,7 @@ six==1.15.0
# tenacity
# zenpy
smart-open[s3]==6.4.0
# via
# -r requirements.in
# smart-open
# via -r requirements.in
soupsieve==2.3.2.post1
# via beautifulsoup4
sqlalchemy==2.0.12
Expand Down Expand Up @@ -349,7 +349,7 @@ xlrd==2.0.1
# via tabulator
xlsxwriter==1.2.8
# via -r requirements.in
yarl==1.9.4
yarl==1.18.0
# via aiohttp
zenpy==2.0.21
# via -r requirements.in
Expand Down

0 comments on commit f11f060

Please sign in to comment.