Skip to content

Commit

Permalink
remove django-braces dependency #2709
Browse files Browse the repository at this point in the history
Remove now defunct django-braces dependency. Likely
left over from a prior requirement.

## Includes
- Incidental/unrelated update to urllib3 2.0.6 to 2.0.7.
  • Loading branch information
phillxnet committed Oct 18, 2023
1 parent c38d47e commit 3eefc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
20 changes: 4 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ django = "~2.2"
django-oauth-toolkit = "==1.1.2"
djangorestframework = "==3.13.1" # Last version to support Django 2.2 (up to 4.0)
django-pipeline = "*"
django-braces = "==1.13.0" # look to 1.14.0 (30 Dec 2019) as Django 1.11.0+ now
oauthlib = "==3.1.0" # Last Python 2.7 compat + 3.7 compat.
python-engineio = "==4.8.0"
python-socketio = "==5.9.0"
Expand Down

0 comments on commit 3eefc1f

Please sign in to comment.