Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 2.1.0 to 2.2.2 in /requirements #89

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# pip-compile requirements/dev.in
#
--index-url https://pypi.tuna.tsinghua.edu.cn/simple

alabaster==0.7.13
# via sphinx
babel==2.13.1
# via sphinx
bleach==6.1.0
# via -r tests.in
blinker==1.7.0
# via flask
build==1.0.3
Expand All @@ -30,9 +30,7 @@ click==8.1.7
colorama==0.4.6
# via tox
coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
# via pytest-cov
distlib==0.3.7
# via virtualenv
docutils==0.20.1
Expand All @@ -42,19 +40,21 @@ filelock==3.13.1
# tox
# virtualenv
flake8==6.1.0
# via -r requirements/style.in
# via -r style.in
flask==3.0.0
# via
# -r requirements/tests.in
# -r tests.in
# flask-admin
# flask-sqlalchemy
# flask-wtf
flask-admin==1.6.1
# via -r requirements/tests.in
# via -r tests.in
flask-sqlalchemy==3.1.1
# via -r requirements/tests.in
# via -r tests.in
flask-wtf==1.2.1
# via -r requirements/tests.in
# via -r tests.in
greenlet==3.0.3
# via sqlalchemy
idna==3.4
# via requests
imagesize==1.4.1
Expand Down Expand Up @@ -85,9 +85,9 @@ packaging==23.2
# sphinx
# tox
pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
# via -r docs.in
pip-compile-multi==2.6.3
# via -r requirements/dev.in
# via -r dev.in
pip-tools==7.3.0
# via pip-compile-multi
platformdirs==3.11.0
Expand All @@ -110,17 +110,19 @@ pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
pytest-cov==4.1.0
# via -r requirements/tests.in
# via -r tests.in
requests==2.31.0
# via sphinx
six==1.16.0
# via bleach
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r requirements/docs.in
# -r docs.in
# pallets-sphinx-themes
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
Expand All @@ -137,25 +139,27 @@ sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlalchemy==2.0.23
# via flask-sqlalchemy
tablib==3.5.0
# via -r requirements/tests.in
# via -r tests.in
toposort==1.10
# via pip-compile-multi
tox==4.11.3
# via -r requirements/dev.in
# via -r dev.in
typing-extensions==4.8.0
# via sqlalchemy
urllib3==2.1.0
urllib3==2.2.2
# via requests
virtualenv==20.24.6
# via tox
webencodings==0.5.1
# via bleach
werkzeug==3.0.1
# via flask
wheel==0.41.3
Expand Down
10 changes: 4 additions & 6 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile requirements/docs.in
#
--index-url https://pypi.tuna.tsinghua.edu.cn/simple

alabaster==0.7.13
# via sphinx
babel==2.13.1
Expand All @@ -29,7 +27,7 @@ packaging==23.2
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
# via -r docs.in
pygments==2.17.1
# via sphinx
requests==2.31.0
Expand All @@ -38,7 +36,7 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r requirements/docs.in
# -r docs.in
# pallets-sphinx-themes
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
Expand All @@ -55,10 +53,10 @@ sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
# via -r docs.in
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==2.1.0
urllib3==2.2.2
# via requests
Loading