Skip to content

Commit

Permalink
Updated Package Requirements: fiona==1.10b2 gunicorn==22.0.0 pymysql=…
Browse files Browse the repository at this point in the history
…=1.1.1 sqlparse==0.5.0 twisted==24.7.0rc1
  • Loading branch information
awsbuild committed Sep 19, 2024
1 parent 19c2a99 commit 71e7868
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
13 changes: 8 additions & 5 deletions requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ drf-yasg==1.21.5
# via -r requirements-server.in
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
gunicorn==22.0.0
# via -r requirements-server.in
hyperlink==21.0.0
# via
Expand All @@ -129,7 +129,7 @@ idna==3.4
# hyperlink
# requests
# twisted
incremental==22.10.0
incremental==24.7.2
# via twisted
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -168,6 +168,7 @@ ods-tools==3.0.8
packaging==23.1
# via
# drf-yasg
# gunicorn
# ods-tools
pandas==2.0.1
# via
Expand All @@ -191,7 +192,7 @@ pycparser==2.21
# via cffi
pyjwt==2.7.0
# via djangorestframework-simplejwt
pymysql==1.0.3
pymysql==1.1.1
# via -r requirements-server.in
pyopenssl==24.0.0
# via twisted
Expand Down Expand Up @@ -231,11 +232,13 @@ six==1.16.0
# service-identity
sqlalchemy==2.0.13
# via -r requirements-server.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
twisted[tls]==22.10.0
tomli==2.0.1
# via incremental
twisted[tls]==24.7.0rc1
# via
# -r requirements-server.in
# daphne
Expand Down
7 changes: 2 additions & 5 deletions requirements-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fasteners==0.18
# via -r requirements-worker.in
fastparquet==2023.4.0
# via oasislmf
fiona==1.9.3
fiona==1.10b2
# via geopandas
forex-python==1.8
# via oasislmf
Expand Down Expand Up @@ -123,8 +123,6 @@ markupsafe==2.1.2
# via jinja2
msgpack==1.0.5
# via oasislmf
munch==2.5.0
# via fiona
numba==0.57.0
# via
# -r requirements-worker.in
Expand Down Expand Up @@ -170,7 +168,7 @@ pyarrow==14.0.1
# via oasislmf
pycparser==2.21
# via cffi
pymysql==1.0.3
pymysql==1.1.1
# via -r requirements-worker.in
pyproj==3.5.0
# via geopandas
Expand Down Expand Up @@ -225,7 +223,6 @@ six==1.16.0
# azure-core
# click-repl
# isodate
# munch
# pathlib2
# python-dateutil
sqlalchemy==2.0.13
Expand Down
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ filelock==3.12.0
# via
# tox
# virtualenv
fiona==1.9.3
fiona==1.10b2
# via geopandas
flake8==6.0.0
# via -r requirements.in
Expand All @@ -206,7 +206,7 @@ geopandas==0.13.0
# via oasislmf
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
gunicorn==22.0.0
# via -r ./requirements-server.in
hyperlink==21.0.0
# via
Expand All @@ -219,7 +219,7 @@ idna==3.4
# hyperlink
# requests
# twisted
incremental==22.10.0
incremental==24.7.2
# via twisted
inflection==0.5.1
# via drf-yasg
Expand Down Expand Up @@ -266,8 +266,6 @@ model-mommy==2.0.0
# via -r requirements.in
msgpack==1.0.5
# via oasislmf
munch==2.5.0
# via fiona
mysqlclient==2.1.1
# via -r ./requirements-server.in
numba==0.57.0
Expand Down Expand Up @@ -299,6 +297,7 @@ packaging==23.1
# drf-yasg
# fastparquet
# geopandas
# gunicorn
# ods-tools
# pyproject-api
# pytest
Expand Down Expand Up @@ -348,7 +347,7 @@ pyflakes==3.0.1
# via flake8
pyjwt==2.7.0
# via djangorestframework-simplejwt
pymysql==1.0.3
pymysql==1.1.1
# via
# -r ./requirements-server.in
# -r ./requirements-worker.in
Expand Down Expand Up @@ -433,7 +432,6 @@ six==1.16.0
# azure-core
# click-repl
# isodate
# munch
# pathlib2
# python-dateutil
# service-identity
Expand All @@ -445,7 +443,7 @@ sqlalchemy==2.0.13
# via
# -r ./requirements-server.in
# -r ./requirements-worker.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
Expand All @@ -461,6 +459,7 @@ tomli==2.0.1
# via
# build
# coverage
# incremental
# pyproject-api
# pyproject-hooks
# pytest
Expand All @@ -469,7 +468,7 @@ tox==4.5.1
# via -r requirements.in
tqdm==4.65.0
# via oasislmf
twisted[tls]==22.10.0
twisted[tls]==24.7.0rc1
# via
# -r ./requirements-server.in
# daphne
Expand Down

0 comments on commit 71e7868

Please sign in to comment.