Skip to content

Commit

Permalink
Bump MarkupSafe and Jinja2
Browse files Browse the repository at this point in the history
Update to the latest MarkupSafe and Jinja2 packages.
* Bump sphinx for compatibility.
* Drops support for Python < 3.7.

Signed-off-by: SuperQ <superq@gmail.com>
  • Loading branch information
SuperQ committed Apr 10, 2024
1 parent 5850fed commit 86c639e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions requirements-transitive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ hupper==1.10.2
identify==2.5.33
idna==2.10
imagesize==1.2.0
importlib-metadata==4.2.0
importlib-metadata==4.13.0
iniconfig==1.1.1
isort==5.7.0
Jinja2==2.11.3
Jinja2==3.1.3
jmespath==0.10.0
kazoo==2.8.0
kombu==5.3.5
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
MarkupSafe==2.1.5
mccabe==0.7.0
moto==4.2.13
mypy-extensions==1.0.0
Expand Down Expand Up @@ -86,12 +86,12 @@ six==1.16.0
snowballstemmer==2.1.0
sortedcontainers==2.4.0
soupsieve==2.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
sphinxcontrib-serializinghtml==1.1.5
SQLAlchemy==1.4.51
thrift-unofficial==0.19.0
toml==0.10.2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pytest==7.4.4
pytest-cov==2.11.1
pytz==2021.1
reorder-python-imports==2.4.0
sphinx==3.4.3
sphinx-autodoc-typehints==1.11.1
sphinxcontrib-spelling==7.1.0
sphinx==5.3.0
sphinx-autodoc-typehints==1.25.3
sphinxcontrib-spelling==7.7.0
types-redis==3.5.3
types-requests==2.25.6
types-setuptools==57.0.2
Expand Down

0 comments on commit 86c639e

Please sign in to comment.