Skip to content

Commit

Permalink
Bump requirements (Django security patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
veselosky committed May 3, 2023
1 parent 190812d commit 1f39559
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ click==8.1.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.2.3
coverage==7.2.5
# via -r requirements-dev.in
decorator==5.1.1
# via ipython
distlib==0.3.6
# via virtualenv
django==4.2
django==4.2.1
# via
# -r requirements.in
# django-bootstrap-icons
Expand All @@ -54,7 +54,7 @@ django-environ==0.10.0
# via -r requirements.in
django-extensions==3.2.1
# via -r requirements.in
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.1/django_genericsite-0.1.1-py3-none-any.whl
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.2/django_genericsite-0.1.2-py3-none-any.whl
# via -r requirements.in
django-rich==1.5.0
# via -r requirements.in
Expand All @@ -70,15 +70,15 @@ easy-thumbnails==2.8.5
# via django-genericsite
executing==1.2.0
# via stack-data
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
gunicorn==20.1.0
# via -r requirements.in
idna==3.4
# via requests
ipython==8.12.0
ipython==8.13.1
# via -r requirements-dev.in
isort==5.12.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -113,7 +113,7 @@ pillow==9.5.0
# easy-thumbnails
pip-tools==6.13.0
# via -r requirements-dev.in
platformdirs==3.2.0
platformdirs==3.5.0
# via
# black
# tox
Expand All @@ -128,17 +128,17 @@ pure-eval==0.2.2
# via stack-data
pydantic==1.10.7
# via django-genericsite
pygments==2.15.0
pygments==2.15.1
# via
# ipython
# rich
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
requests==2.28.2
requests==2.30.0
# via django-bootstrap-icons
rich==13.3.4
rich==13.3.5
# via
# -r requirements.in
# django-rich
Expand All @@ -159,27 +159,27 @@ tomli==2.0.1
# pyproject-api
# pyproject-hooks
# tox
tox==4.4.12
tox==4.5.1
# via -r requirements-dev.in
traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.5.0
# via pydantic
urllib3==1.26.15
urllib3==2.0.1
# via requests
virtualenv==20.21.0
virtualenv==20.23.0
# via tox
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1.2
# via pip-tools
setuptools==67.6.1
setuptools==67.7.2
# via
# gunicorn
# pip-tools
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django >= 4.2, < 5.0
django-environ >= 0.10.0
django-extensions >= 3.2.1
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.1/django_genericsite-0.1.1-py3-none-any.whl
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.2/django_genericsite-0.1.2-py3-none-any.whl
django-rich >= 1.5.0
docutils >= 0.19
pillow >= 9.5.0
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
django==4.2
django==4.2.1
# via
# -r requirements.in
# django-bootstrap-icons
Expand All @@ -25,7 +25,7 @@ django-environ==0.10.0
# via -r requirements.in
django-extensions==3.2.1
# via -r requirements.in
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.1/django_genericsite-0.1.1-py3-none-any.whl
django-genericsite @ https://github.com/veselosky/django-genericsite/releases/download/release-0.1.2/django_genericsite-0.1.2-py3-none-any.whl
# via -r requirements.in
django-rich==1.5.0
# via -r requirements.in
Expand Down Expand Up @@ -54,11 +54,11 @@ pillow==9.5.0
# easy-thumbnails
pydantic==1.10.7
# via django-genericsite
pygments==2.15.0
pygments==2.15.1
# via rich
requests==2.28.2
requests==2.30.0
# via django-bootstrap-icons
rich==13.3.4
rich==13.3.5
# via
# -r requirements.in
# django-rich
Expand All @@ -68,9 +68,9 @@ sqlparse==0.4.4
# via django
typing-extensions==4.5.0
# via pydantic
urllib3==1.26.15
urllib3==2.0.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.6.1
setuptools==67.7.2
# via gunicorn

0 comments on commit 1f39559

Please sign in to comment.