Skip to content

Commit

Permalink
Mise à jour des paquets
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Aug 21, 2023
2 parents 0f41446 + e06d4b7 commit 576b35f
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 203 deletions.
4 changes: 4 additions & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
django<=4.2
urllib3<2
django-environ
django-model-utils
django-allauth
Expand All @@ -23,3 +24,6 @@ django-braces
shapely
pyproj
django-localflavor

# See this link for the urllib3 version pin
# https://github.com/boto/botocore/issues/2926
84 changes: 41 additions & 43 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile base.in
#
amqp==5.1.1
# via kombu
argon2-cffi==21.3.0
argon2-cffi==23.1.0
# via -r base.in
argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.6.0
asgiref==3.7.2
# via django
async-timeout==4.0.2
# via redis
billiard==3.6.4.0
billiard==4.1.0
# via celery
build==0.10.0
# via pip-tools
celery==5.2.7
celery==5.3.1
# via -r base.in
certifi==2022.12.7
certifi==2023.7.22
# via
# pyproj
# requests
cffi==1.15.1
# via
# argon2-cffi-bindings
# cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.7
# via
# celery
# click-didyoumean
Expand All @@ -41,9 +39,9 @@ click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
click-repl==0.3.0
# via celery
cryptography==40.0.1
cryptography==41.0.3
# via pyjwt
defusedxml==0.7.1
# via python3-openid
Expand All @@ -65,73 +63,73 @@ django-appconf==1.0.5
# via django-compressor
django-braces==1.15.0
# via -r base.in
django-compressor==4.3.1
django-compressor==4.4
# via -r base.in
django-crispy-forms==2.0
# via -r base.in
django-environ==0.10.0
# via -r base.in
django-leaflet==0.28.3
django-leaflet==0.29.0
# via -r base.in
django-localflavor==3.1
django-localflavor==4.0
# via -r base.in
django-model-utils==4.3.1
# via -r base.in
django-phonenumber-field[phonenumbers]==7.0.2
django-phonenumber-field[phonenumbers]==7.1.0
# via -r base.in
django-ratelimit==4.0.0
django-ratelimit==4.1.0
# via -r base.in
django-redis==5.2.0
django-redis==5.3.0
# via -r base.in
hiredis==2.2.2
hiredis==2.2.3
# via -r base.in
idna==3.4
# via requests
kombu==5.2.4
kombu==5.3.1
# via celery
markdown==3.4.3
markdown==3.4.4
# via -r base.in
numpy==1.24.2
numpy==1.25.2
# via shapely
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.1
# via build
phonenumbers==8.13.9
phonenumbers==8.13.18
# via django-phonenumber-field
pillow==9.5.0
pillow==10.0.0
# via -r base.in
pip-tools==6.13.0
pip-tools==7.3.0
# via -r base.in
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via click-repl
pycparser==2.21
# via cffi
pyjwt[crypto]==2.6.0
pyjwt[crypto]==2.8.0
# via django-allauth
pyproj==3.5.0
pyproj==3.6.0
# via -r base.in
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via celery
python-slugify==8.0.1
# via -r base.in
python-stdnum==1.18
python-stdnum==1.19
# via django-localflavor
python3-openid==3.2.0
# via django-allauth
pytz==2023.3
# via
# -r base.in
# celery
# via -r base.in
rcssmin==1.1.1
# via
# -r base.in
# django-compressor
redis==4.5.4
redis==5.0.0
# via
# -r base.in
# django-redis
requests==2.28.2
requests==2.31.0
# via
# django-allauth
# requests-oauthlib
Expand All @@ -142,27 +140,27 @@ rjsmin==1.2.1
shapely==2.0.1
# via -r base.in
six==1.16.0
# via click-repl
sqlparse==0.4.3
# via python-dateutil
sqlparse==0.4.4
# via django
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
tzdata==2023.3
# via celery
urllib3==1.26.16
# via
# build
# pyproject-hooks
urllib3==1.26.15
# via requests
# -r base.in
# requests
vine==5.0.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.40.0
wheel==0.41.1
# via pip-tools
whitenoise==6.4.0
whitenoise==6.5.0
# via -r base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ django-debug-toolbar
django-extensions
django-coverage-plugin
pytest-django
watchdog<2.3
watchdog
Loading

0 comments on commit 576b35f

Please sign in to comment.