Fix: resolved dependency vulnerability

This commit is contained in:
SAMBIT CHAKRABORTY 2023-07-02 15:42:48 +05:30
parent 8a4b9b6265
commit d6891a173b
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
# MkDocs to build our documentation.
mkdocs>=1.1.2,<1.2
jinja2>=2.10,<3.1.0 # contextfilter has been renamed
mkdocs>=1.2,<1.4.3
jinja2>=2.10,<3.1.2 # contextfilter has been renamed

View File

@ -7,4 +7,4 @@ inflection==0.5.1
markdown==3.3
psycopg2-binary>=2.9.5,<2.10
pygments==2.12
pyyaml>=5.3.1,<5.4
pyyaml>=6.0,<6.1

View File

@ -1,5 +1,5 @@
# Wheel for PyPI installs.
wheel>=0.36.2,<0.40.0
wheel>=0.38.4,<0.40.0
# Twine for secured PyPI uploads.
twine>=3.4.2,<4.0.2

View File

@ -2,6 +2,6 @@
pytest>=6.2.0,<8.0
pytest-cov>=4.0.0,<5.0
pytest-django>=4.5.2,<5.0
importlib-metadata<5.0
importlib-metadata==6.7.0
# temporary pin of attrs
attrs==22.1.0
attrs==23.1.0