Skip to content

Commit

Permalink
Adding upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo committed Aug 20, 2024
1 parent e8a6d02 commit e89bc15
Showing 1 changed file with 48 additions and 50 deletions.
98 changes: 48 additions & 50 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,31 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
appnope==0.1.3
# via ipython
asgiref==3.7.2
# via django
asttokens==2.4.0
asgiref==3.8.1
# via
# django
# django-htmx
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
black==23.9.1
black==24.8.0
# via -r requirements.in
branca==0.7.0
branca==0.7.2
# via folium
certifi==2023.7.22
certifi==2024.7.4
# via
# requests
# sentry-sdk
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
coverage[toml]==7.3.1
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
crispy-bootstrap5==0.7
crispy-bootstrap5==2024.2
# via -r requirements.in
decorator==5.1.1
# via
Expand All @@ -43,111 +41,111 @@ django==5.0.7
# django-extensions
# django-htmx
# django-storages
django-crispy-forms==2.1
django-crispy-forms==2.3
# via
# -r requirements.in
# crispy-bootstrap5
django-debug-toolbar==4.2.0
django-debug-toolbar==4.4.6
# via -r requirements.in
django-environ==0.11.2
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-htmx==1.16.0
django-htmx==1.19.0
# via -r requirements.in
django-storages==1.14.2
django-storages==1.14.4
# via -r requirements.in
executing==2.0.0
executing==2.0.1
# via stack-data
flake8==6.1.0
flake8==7.1.1
# via -r requirements.in
folium==0.15.1
folium==0.17.0
# via -r requirements.in
idna==3.6
idna==3.7
# via requests
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
# via -r requirements.in
ipython==8.16.1
ipython==8.26.0
# via ipdb
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.4
# via
# branca
# folium
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via ipython
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
numpy==1.26.2
numpy==2.1.0
# via folium
packaging==23.1
packaging==24.1
# via
# black
# pytest
parso==0.8.3
parso==0.8.4
# via jedi
pathspec==0.11.2
pathspec==0.12.1
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
pexpect==4.9.0
# via ipython
pillow==10.3.0
pillow==10.4.0
# via -r requirements.in
platformdirs==3.10.0
platformdirs==4.2.2
# via black
pluggy==1.3.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.47
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
pure-eval==0.2.3
# via stack-data
pycodestyle==2.11.0
pycodestyle==2.12.1
# via flake8
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pygments==2.16.1
pygments==2.18.0
# via ipython
pytest==7.4.2
pytest==8.3.2
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements.in
pytest-django==4.5.2
pytest-django==4.8.0
# via -r requirements.in
requests==2.31.0
requests==2.32.3
# via folium
sentry-sdk==1.39.1
# via -r requirements.in
six==1.16.0
# via asttokens
sqlparse==0.4.4
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
stack-data==0.6.3
# via ipython
traitlets==5.11.2
traitlets==5.14.3
# via
# ipython
# matplotlib-inline
urllib3==2.0.7
typing-extensions==4.12.2
# via ipython
urllib3==2.2.2
# via
# requests
# sentry-sdk
wcwidth==0.2.8
wcwidth==0.2.13
# via prompt-toolkit
whitenoise==6.6.0
whitenoise==6.7.0
# via -r requirements.in
xyzservices==2023.10.1
xyzservices==2024.6.0
# via folium

0 comments on commit e89bc15

Please sign in to comment.