Skip to content

Commit

Permalink
chore(requirements): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas03 committed Aug 14, 2024
1 parent e907799 commit f844f7d
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 72 deletions.
47 changes: 23 additions & 24 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,55 +4,54 @@
#
# pip-compile --output-file=./docs-requirements.txt ./docs-requirements.in
#
alabaster==0.7.12
alabaster==0.7.16
# via sphinx
babel==2.10.3
babel==2.16.0
# via sphinx
certifi==2022.6.15
certifi==2024.7.4
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.3.2
# via requests
docutils==0.17.1
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.3
idna==3.7
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.4
# via sphinx
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
packaging==21.3
packaging==24.1
# via sphinx
pygments==2.12.0
pygments==2.18.0
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
requests==2.28.0
requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.2
sphinx==7.4.7
# via
# -r ./docs-requirements.in
# sphinx-rtd-theme
sphinx-rtd-theme==1.0.0
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r ./docs-requirements.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==1.26.9
urllib3==2.2.2
# via requests
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile requirements.in
#
certifi==2022.6.15
certifi==2024.7.4
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.3.2
# via requests
idna==3.3
idna==3.7
# via requests
requests==2.28.0
requests==2.32.3
# via -r requirements.in
simplejson==3.17.6
simplejson==3.19.2
# via -r requirements.in
structlog==21.5.0
structlog==24.4.0
# via -r requirements.in
urllib3==1.26.9
urllib3==2.2.2
# via requests
92 changes: 51 additions & 41 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,81 @@
#
# pip-compile --output-file=./test-requirements.txt ./test-requirements.in
#
attrs==21.4.0
# via pytest
blinker==1.4
# via raven
brotlipy==0.7.0
attrs==24.2.0
# via
# jsonschema
# referencing
brotlicffi==1.1.0.0
# via httpbin
cffi==1.15.0
# via brotlipy
click==8.1.3
cffi==1.17.0
# via brotlicffi
click==8.1.7
# via flask
coverage[toml]==6.4.1
coverage[toml]==7.6.1
# via pytest-cov
decorator==5.1.1
# via httpbin
flask==2.1.2
flasgger==0.9.7.1
# via httpbin
flask==2.1.3
# via
# flasgger
# httpbin
# raven
httpbin==0.7.0
greenlet==2.0.2
# via httpbin
httpbin==0.10.1
# via pytest-httpbin
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
# via
# flask
# httpbin
jinja2==3.1.2
itsdangerous==2.2.0
# via flask
markupsafe==2.1.1
# via
# httpbin
# jinja2
more-itertools==8.13.0
jinja2==3.1.4
# via flask
jsonschema==4.23.0
# via flasgger
jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.5
# via jinja2
mistune==3.0.2
# via flasgger
more-itertools==10.4.0
# via -r ./test-requirements.in
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
packaging==24.1
# via
# flasgger
# pytest
pluggy==1.5.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==8.3.2
# via
# -r ./test-requirements.in
# pytest-cov
# pytest-mock
pytest-cov==3.0.0
pytest-cov==5.0.0
# via -r ./test-requirements.in
pytest-httpbin==1.0.2
pytest-httpbin==2.0.0
# via -r ./test-requirements.in
pytest-mock==3.8.1
pytest-mock==3.14.0
# via -r ./test-requirements.in
raven[flask]==6.10.0
# via httpbin
pyyaml==6.0.2
# via flasgger
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.20.0
# via
# jsonschema
# referencing
six==1.16.0
# via
# flasgger
# httpbin
# pytest-httpbin
structlog==21.5.0
structlog==24.4.0
# via -r ./test-requirements.in
tomli==2.0.1
# via pytest
werkzeug==2.0.3
# via
# -r ./test-requirements.in
Expand Down

0 comments on commit f844f7d

Please sign in to comment.