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

Remove redundant kubernetes version pin #1760

Closed
wants to merge 2 commits 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
3 changes: 0 additions & 3 deletions helm-chart/images/binderhub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ google-cloud-logging==3.*
#
jupyterhub==4.*

# https://github.com/kubernetes-client/python
kubernetes==9.*

# binderhub's dependencies
#
# We can't put ".[pycurl]" here directly as when we freeze this into
Expand Down
18 changes: 7 additions & 11 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ google-auth==2.23.2
# google-api-core
# google-cloud-core
# kubernetes
google-cloud-appengine-logging==1.3.1
google-cloud-appengine-logging==1.3.2
# via google-cloud-logging
google-cloud-audit-log==0.2.5
# via google-cloud-logging
Expand All @@ -54,7 +54,7 @@ googleapis-common-protos[grpc]==1.60.0
# google-cloud-audit-log
# grpc-google-iam-v1
# grpcio-status
greenlet==2.0.2
greenlet==3.0.0
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
Expand Down Expand Up @@ -84,10 +84,8 @@ jupyterhub==4.0.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
kubernetes==9.0.1
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
kubernetes==28.1.0
# via -r helm-chart/images/binderhub/../../../requirements.txt
mako==1.2.4
# via alembic
markupsafe==2.1.3
Expand All @@ -97,8 +95,9 @@ markupsafe==2.1.3
oauthlib==3.2.2
# via
# jupyterhub
# kubernetes
# requests-oauthlib
packaging==23.1
packaging==23.2
# via
# docker
# jupyterhub
Expand Down Expand Up @@ -190,7 +189,7 @@ typing-extensions==4.8.0
# via
# alembic
# sqlalchemy
urllib3==2.0.5
urllib3==1.26.17
# via
# docker
# kubernetes
Expand All @@ -199,6 +198,3 @@ websocket-client==1.6.3
# via
# docker
# kubernetes

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading