Skip to content

Commit

Permalink
Update to python-ags4==0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volcan01010 committed Mar 5, 2024
1 parent 34c65db commit aa558f0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ colorlog
geopandas
numpy
pyproj
python-ags4==0.4.1
python-ags4==0.5.0
requests
shortuuid
# These libraries are already in FastAPI container but need updated
Expand Down
15 changes: 10 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
--index-url https://nexus-internal.bgs.ac.uk/repository/pypi-all/simple

aiofiles==23.2.1
# via -r requirements.in
Expand Down Expand Up @@ -31,8 +32,6 @@ cligj==0.7.2
# via fiona
colorlog==6.8.2
# via -r requirements.in
commonmark==0.9.1
# via rich
defusedxml==0.7.1
# via python-ags4
et-xmlfile==1.1.0
Expand All @@ -55,8 +54,12 @@ idna==3.6
# requests
jinja2==3.1.3
# via -r requirements.in
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.4
# via
# -r requirements.in
Expand All @@ -66,7 +69,7 @@ openpyxl==3.1.2
# via python-ags4
packaging==23.2
# via geopandas
pandas==1.5.3
pandas==2.2.1
# via
# geopandas
# python-ags4
Expand All @@ -80,7 +83,7 @@ pyproj==3.6.1
# via
# -r requirements.in
# geopandas
python-ags4==0.4.1
python-ags4==0.5.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via pandas
Expand All @@ -90,7 +93,7 @@ pytz==2024.1
# via pandas
requests==2.31.0
# via -r requirements.in
rich==12.6.0
rich==13.7.1
# via python-ags4
shapely==2.0.3
# via
Expand All @@ -110,6 +113,8 @@ starlette==0.22.0
# fastapi
typing-extensions==4.10.0
# via pydantic
tzdata==2024.1
# via pandas
urllib3==2.2.1
# via requests
uvicorn==0.20.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ipython
ipdb
pytest
pytest==8.0.2 # 8.1.0 contains breaking changes
flake8
requests
httpx
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
--index-url https://nexus-internal.bgs.ac.uk/repository/pypi-all/simple

anyio==4.3.0
# via httpx
Expand Down Expand Up @@ -71,7 +72,7 @@ pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via ipython
pytest==8.1.0
pytest==8.0.2
# via
# -r requirements_dev.in
# pytest-asyncio
Expand Down

0 comments on commit aa558f0

Please sign in to comment.