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

Python Requirements Update #2160

Merged
merged 1 commit into from
Jul 11, 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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via sphinx-intl
docutils==0.19
# via
Expand All @@ -29,7 +29,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down Expand Up @@ -83,7 +83,7 @@ typing-extensions==4.7.1
# via pydata-sphinx-theme
urllib3==2.0.3
# via requests
zipp==3.15.0
zipp==3.16.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ certifi==2023.5.7
# via
# -r base.txt
# requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via
# -r base.txt
# requests
click==8.1.3
click==8.1.4
# via
# -r base.txt
# pip-tools
Expand All @@ -50,7 +50,7 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==6.7.0
importlib-metadata==6.8.0
# via
# -r base.txt
# sphinx
Expand Down Expand Up @@ -149,7 +149,7 @@ urllib3==2.0.3
# requests
wheel==0.40.0
# via pip-tools
zipp==3.15.0
zipp==3.16.0
# via
# -r base.txt
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down