mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Fix: resolved dependency vulnerability
This commit is contained in:
parent
8a4b9b6265
commit
d6891a173b
|
@ -1,3 +1,3 @@
|
||||||
# MkDocs to build our documentation.
|
# MkDocs to build our documentation.
|
||||||
mkdocs>=1.1.2,<1.2
|
mkdocs>=1.2,<1.4.3
|
||||||
jinja2>=2.10,<3.1.0 # contextfilter has been renamed
|
jinja2>=2.10,<3.1.2 # contextfilter has been renamed
|
||||||
|
|
|
@ -7,4 +7,4 @@ inflection==0.5.1
|
||||||
markdown==3.3
|
markdown==3.3
|
||||||
psycopg2-binary>=2.9.5,<2.10
|
psycopg2-binary>=2.9.5,<2.10
|
||||||
pygments==2.12
|
pygments==2.12
|
||||||
pyyaml>=5.3.1,<5.4
|
pyyaml>=6.0,<6.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Wheel for PyPI installs.
|
# Wheel for PyPI installs.
|
||||||
wheel>=0.36.2,<0.40.0
|
wheel>=0.38.4,<0.40.0
|
||||||
|
|
||||||
# Twine for secured PyPI uploads.
|
# Twine for secured PyPI uploads.
|
||||||
twine>=3.4.2,<4.0.2
|
twine>=3.4.2,<4.0.2
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
pytest>=6.2.0,<8.0
|
pytest>=6.2.0,<8.0
|
||||||
pytest-cov>=4.0.0,<5.0
|
pytest-cov>=4.0.0,<5.0
|
||||||
pytest-django>=4.5.2,<5.0
|
pytest-django>=4.5.2,<5.0
|
||||||
importlib-metadata<5.0
|
importlib-metadata==6.7.0
|
||||||
# temporary pin of attrs
|
# temporary pin of attrs
|
||||||
attrs==22.1.0
|
attrs==23.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user