Skip to content

Commit

Permalink
Merge pull request #5702 from shaneknapp/bump-idna
Browse files Browse the repository at this point in the history
bumping idna to squelch dependabot warning
  • Loading branch information
shaneknapp authored Apr 30, 2024
2 parents 694118e + 51d187e commit 71c5ca8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-0.dev.git.7607.h4497642d
version: 0.0.1-0.dev.git.7608.ha33ba6ef
26 changes: 13 additions & 13 deletions images/node-placeholder-scaler/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@ certifi==2023.7.22
# via
# -r requirements.in
# requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
datetime==5.2
datetime==5.5
# via -r requirements.in
emoji==2.8.0
emoji==2.11.1
# via ical
ical==5.0.0
# via -r requirements.in
idna==3.4
idna==3.7
# via requests
pydantic==2.4.2
pydantic==2.7.1
# via ical
pydantic-core==2.10.1
pydantic-core==2.18.2
# via pydantic
pyparsing==3.1.1
pyparsing==3.1.2
# via ical
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via ical
pytz==2023.3.post1
pytz==2024.1
# via datetime
requests==2.31.0
# via -r requirements.in
ruamel-yaml==0.18.2
ruamel-yaml==0.18.6
# via -r requirements.in
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
six==1.16.0
# via python-dateutil
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
tzdata==2023.3
tzdata==2024.1
# via ical
urllib3==2.0.7
# via
# -r requirements.in
# requests
zope-interface==6.1
zope-interface==6.3
# via datetime

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion node-placeholder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1-0.dev.git.7605.h8e06f134
version: 0.0.1-0.dev.git.7608.ha33ba6ef

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 71c5ca8

Please sign in to comment.