Skip to content

Commit

Permalink
Merge pull request #252 from gm3dmo/package_upgrades
Browse files Browse the repository at this point in the history
Adding python package upgrades
  • Loading branch information
gm3dmo authored Nov 17, 2024
2 parents e905e19 + c6da8be commit 472e8d0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
4 changes: 3 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-extensions
django-htmx
django-storages
pytest-django
sentry-sdk==2.8.0
sentry-sdk
pytest-cov # used to generate coverage report
flake8 # used to check code style
black # used to format code
Expand All @@ -15,3 +15,5 @@ crispy-bootstrap5
ipdb
folium
Pillow
pip-tools
pip
35 changes: 24 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile
Expand All @@ -14,18 +14,20 @@ black==24.10.0
# via -r requirements.in
branca==0.8.0
# via folium
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via
# requests
# sentry-sdk
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via black
coverage[toml]==7.6.4
# via
# coverage
# pytest-cov
# black
# pip-tools
coverage[toml]==7.6.7
# via pytest-cov
crispy-bootstrap5==2024.10
# via -r requirements.in
decorator==5.1.1
Expand Down Expand Up @@ -69,7 +71,7 @@ ipdb==0.13.13
# via -r requirements.in
ipython==8.29.0
# via ipdb
jedi==0.19.1
jedi==0.19.2
# via ipython
jinja2==3.1.4
# via
Expand All @@ -85,9 +87,10 @@ mypy-extensions==1.0.0
# via black
numpy==2.1.3
# via folium
packaging==24.1
packaging==24.2
# via
# black
# build
# pytest
parso==0.8.4
# via jedi
Expand All @@ -97,6 +100,8 @@ pexpect==4.9.0
# via ipython
pillow==11.0.0
# via -r requirements.in
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.3.6
# via black
pluggy==1.5.0
Expand All @@ -113,6 +118,10 @@ pyflakes==3.2.0
# via flake8
pygments==2.18.0
# via ipython
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.3
# via
# pytest-cov
Expand All @@ -123,11 +132,11 @@ pytest-django==4.9.0
# via -r requirements.in
requests==2.32.3
# via folium
sentry-sdk==2.8.0
sentry-sdk==2.18.0
# via -r requirements.in
six==1.16.0
# via asttokens
sqlparse==0.5.1
sqlparse==0.5.2
# via
# django
# django-debug-toolbar
Expand All @@ -137,15 +146,19 @@ traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.12.2
# via ipython
urllib3==2.2.3
# via
# requests
# sentry-sdk
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.45.0
# via pip-tools
whitenoise==6.8.2
# via -r requirements.in
xyzservices==2024.9.0
# via folium

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit 472e8d0

Please sign in to comment.