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

MAINT: Update pinned packages #2243

Merged
merged 1 commit into from
Oct 7, 2023
Merged
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
37 changes: 23 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile requirements/dev.in
Expand All @@ -12,7 +12,7 @@ certifi==2023.7.22
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -28,23 +28,28 @@ exceptiongroup==1.1.3
# via pytest
filelock==3.12.2
# via virtualenv
flit-core==3.9.0
# via flit
flit==3.9.0
# via -r requirements/dev.in
flit-core==3.9.0
# via flit
identify==2.5.24
# via pre-commit
idna==3.4
# via requests
importlib-metadata==6.7.0
# via build
# via
# build
# click
# pre-commit
# pytest
# virtualenv
iniconfig==2.0.0
# via pytest
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# black
# build
Expand All @@ -55,7 +60,7 @@ pillow==9.5.0
# via -r requirements/dev.in
pip-tools==6.14.0
# via -r requirements/dev.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# black
# virtualenv
Expand All @@ -65,29 +70,33 @@ pre-commit==2.17.0
# via -r requirements/dev.in
pyproject-hooks==1.0.0
# via build
pytest-cov==4.1.0
# via -r requirements/dev.in
pytest==7.4.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/dev.in
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
# via flit
toml==0.10.2
# via pre-commit
tomli-w==1.0.0
# via flit
tomli==2.0.1
# via
# black
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.7.1
tomli-w==1.0.0
# via flit
typed-ast==1.5.5
# via black
urllib3==2.0.4
typing-extensions==4.7.1
# via
# black
# importlib-metadata
# platformdirs
urllib3==2.0.6
# via requests
virtualenv==20.24.5
# via pre-commit
Expand Down
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ alabaster==0.7.13
# via sphinx
attrs==23.1.0
# via -r requirements/docs.in
babel==2.12.1
babel==2.13.0
# via sphinx
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
docutils==0.17.1
# via
Expand Down Expand Up @@ -43,7 +43,7 @@ mdurl==0.1.2
# via markdown-it-py
myst-parser==0.16.1
# via -r requirements/docs.in
packaging==23.1
packaging==23.2
# via sphinx
pygments==2.16.1
# via sphinx
Expand Down Expand Up @@ -81,7 +81,7 @@ typing-extensions==4.7.1
# via
# importlib-metadata
# markdown-it-py
urllib3==2.0.4
urllib3==2.0.6
# via requests
zipp==3.15.0
# via importlib-metadata
Loading