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

chore: bump pip-tools #25645

Merged
merged 1 commit into from
Oct 15, 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
5 changes: 0 additions & 5 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ pylint==2.17.7
# via -r requirements/development.in
python-ldap==3.4.3
# via -r requirements/development.in
requests==2.31.0
# via
# pydruid
# tableschema
# tabulator
Comment on lines -107 to -111
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since requests is already pulled in by shillelagh in base.txt, it's no longer explicitly needed in the development requirements.

rfc3986==2.0.0
# via tableschema
s3transfer==0.6.1
Expand Down
3 changes: 2 additions & 1 deletion requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packaging==23.1
# tox
pip-compile-multi==2.6.3
# via -r requirements/integration.in
pip-tools==6.13.0
pip-tools==7.3.0
# via pip-compile-multi
platformdirs==3.8.1
# via
Expand All @@ -55,6 +55,7 @@ pyyaml==6.0.1
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# tox
toposort==1.10
Expand Down
2 changes: 0 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# -r requirements/base.in
# -r requirements/development.in
# -r requirements/testing.in
apsw==3.42.0.1
# via shillelagh
Comment on lines -15 to -16
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this dependency is already in base.txt (also pulled in by shillelagh)

cmdstanpy==1.1.0
# via prophet
contourpy==1.0.7
Expand Down
Loading