Skip to content

Commit

Permalink
Requirements: pin django-ipware<6 (#10932)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Nov 28, 2023
1 parent 5495f07 commit e321504
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
6 changes: 1 addition & 5 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ django-formtools==2.3
# via -r requirements/pip.txt
django-gravatar2==1.4.4
# via -r requirements/pip.txt
django-ipware==6.0.0
django-ipware==5.0.2
# via
# -r requirements/pip.txt
# django-structlog
Expand Down Expand Up @@ -300,10 +300,6 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# python-crontab
python-ipware==2.0.0
# via
# -r requirements/pip.txt
# django-ipware
python3-openid==3.2.0
# via
# -r requirements/pip.txt
Expand Down
6 changes: 1 addition & 5 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ django-formtools==2.3
# via -r requirements/pip.txt
django-gravatar2==1.4.4
# via -r requirements/pip.txt
django-ipware==6.0.0
django-ipware==5.0.2
# via
# -r requirements/pip.txt
# django-structlog
Expand Down Expand Up @@ -333,10 +333,6 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# python-crontab
python-ipware==2.0.0
# via
# -r requirements/pip.txt
# django-ipware
python3-openid==3.2.0
# via
# -r requirements/pip.txt
Expand Down
5 changes: 5 additions & 0 deletions requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ django-csp

# Upgrading to 3.x requires some extra work
# https://django-structlog.readthedocs.io/en/latest/upgrade_guide.html#upgrading-to-3-0
# NOTE: that django-structlog is in version 6.x now,
# so we should probably consider migrating to avoid incompatibility issues.
django-structlog==2.2.0
# Pining due to a Sentry error we started getting
# https://read-the-docs.sentry.io/issues/4678167578/events/2d9d348729874d67b120b153908ca54c/
django-ipware<6.0.0

structlog
dparse
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ django-formtools==2.3
# via -r requirements/pip.in
django-gravatar2==1.4.4
# via -r requirements/pip.in
django-ipware==6.0.0
# via django-structlog
django-ipware==5.0.2
# via
# -r requirements/pip.in
# django-structlog
django-messages-extends==0.6.3
# via -r requirements/pip.in
django-polymorphic==3.1.0
Expand Down Expand Up @@ -210,8 +212,6 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# python-crontab
python-ipware==2.0.0
# via django-ipware
python3-openid==3.2.0
# via django-allauth
pytz==2023.3.post1
Expand Down
6 changes: 1 addition & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ django-formtools==2.3
# via -r requirements/pip.txt
django-gravatar2==1.4.4
# via -r requirements/pip.txt
django-ipware==6.0.0
django-ipware==5.0.2
# via
# -r requirements/pip.txt
# django-structlog
Expand Down Expand Up @@ -317,10 +317,6 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# python-crontab
python-ipware==2.0.0
# via
# -r requirements/pip.txt
# django-ipware
python3-openid==3.2.0
# via
# -r requirements/pip.txt
Expand Down

0 comments on commit e321504

Please sign in to comment.