Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade munigeo & other dependencies #266

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-two-factor-auth[phonenumbers]
flake8
requests
requests_cache
git+https://github.com/City-of-Helsinki/[email protected].87#egg=django-munigeo
git+https://github.com/City-of-Helsinki/[email protected].88#egg=django-munigeo
pytz
django-cors-headers
django-extensions
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ attrs==24.2.0
# jsonschema
# referencing
# requests-cache
black==24.8.0
black==24.10.0
# via -r requirements.in
bmi-arcgis-restapi==2.4.9
# via -r requirements.in
build==1.2.2
build==1.2.2.post1
# via pip-tools
cattrs==24.1.2
# via requests-cache
certifi==2024.8.30
# via
# requests
# sentry-sdk
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# black
# pip-tools
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via pytest-cov
django==5.1.1
django==5.1.2
# via
# -r requirements.in
# django-cors-headers
Expand Down Expand Up @@ -70,7 +70,7 @@ django-mptt==0.16.0
# via
# -r requirements.in
# django-munigeo
django-munigeo @ git+https://github.com/City-of-Helsinki/[email protected].87
django-munigeo @ git+https://github.com/City-of-Helsinki/[email protected].88
# via -r requirements.in
django-otp==1.5.4
# via django-two-factor-auth
Expand Down Expand Up @@ -112,7 +112,7 @@ jedi==0.19.1
# via -r requirements.in
jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
libvoikko==4.3
# via -r requirements.in
Expand All @@ -137,7 +137,7 @@ pathspec==0.12.1
# via black
pep8-naming==0.14.1
# via -r requirements.in
phonenumbers==8.13.45
phonenumbers==8.13.47
# via django-two-factor-auth
pip-tools==7.4.1
# via -r requirements.in
Expand All @@ -155,7 +155,7 @@ pyflakes==3.2.0
# via flake8
pypng==0.20220715.0
# via qrcode
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down Expand Up @@ -196,7 +196,7 @@ rpds-py==0.20.0
# via
# jsonschema
# referencing
sentry-sdk==2.14.0
sentry-sdk==2.16.0
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -205,7 +205,7 @@ six==1.16.0
# url-normalize
sqlparse==0.5.1
# via django
tomli==2.0.1
tomli==2.0.2
# via
# black
# build
Expand All @@ -221,7 +221,7 @@ typing-extensions==4.12.2
# cattrs
# django-modeltranslation
# qrcode
tzdata==2024.1
tzdata==2024.2
# via -r requirements.in
uritemplate==4.1.1
# via drf-spectacular
Expand Down
Loading