Skip to content

Commit

Permalink
Fix structlog by downgrading it (#11003)
Browse files Browse the repository at this point in the history
* Fix structlog by downgrading it

* Recompile deploy requirements
  • Loading branch information
ericholscher authored Jan 8, 2024
1 parent 83993f5 commit bf2879c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ stripe==4.2.0
# via
# -r requirements/pip.txt
# dj-stripe
structlog==23.3.0
structlog==23.2.0
# via
# -r requirements/pip.txt
# django-structlog
Expand Down
3 changes: 2 additions & 1 deletion requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ django-structlog==2.2.0
# https://read-the-docs.sentry.io/issues/4678167578/events/2d9d348729874d67b120b153908ca54c/
django-ipware<6.0.0

structlog
# https://github.com/readthedocs/readthedocs.org/issues/10990
structlog==23.2.0
dparse

gunicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ stripe==4.2.0
# via
# -r requirements/pip.in
# dj-stripe
structlog==23.3.0
structlog==23.2.0
# via
# -r requirements/pip.in
# django-structlog
Expand Down

0 comments on commit bf2879c

Please sign in to comment.