Skip to content

Commit

Permalink
Update deps across active projects (follow-up) (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall authored Apr 1, 2024
1 parent 92566a4 commit 34f66c8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
calitp-data-analysis==2024.2.6
calitp-data-analysis==2024.3.27
jupyter-book==1.0.0
sphinxcontrib-mermaid==0.8.1
4 changes: 2 additions & 2 deletions images/dask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bokeh==3.2.1 ; python_version >= "3.9" and python_version < "3.10"
botocore==1.29.161 ; python_version >= "3.9" and python_version < "3.10"
branca==0.4.2 ; python_version >= "3.9" and python_version < "3.10"
cachetools==5.3.1 ; python_version >= "3.9" and python_version < "3.10"
calitp-data-analysis==2024.2.6 ; python_version >= "3.9" and python_version < "3.10"
calitp-data-analysis==2024.3.27 ; python_version >= "3.9" and python_version < "3.10"
calitp-map-utils==2023.8.1 ; python_version >= "3.9" and python_version < "3.10"
certifi==2023.7.22 ; python_version >= "3.9" and python_version < "3.10"
cffi==1.15.1 ; python_version >= "3.9" and python_version < "3.10"
Expand Down Expand Up @@ -105,7 +105,7 @@ ipywidgets==7.8.0 ; python_version >= "3.9" and python_version < "3.10"
isodate==0.6.1 ; python_version >= "3.9" and python_version < "3.10"
isort==5.10.1 ; python_version >= "3.9" and python_version < "3.10"
jedi==0.19.0 ; python_version >= "3.9" and python_version < "3.10"
jinja2==3.0.3 ; python_version >= "3.9" and python_version < "3.10"
jinja2==3.1.3 ; python_version >= "3.9" and python_version < "3.10"
jmespath==1.0.1 ; python_version >= "3.9" and python_version < "3.10"
joblib==1.3.1 ; python_version >= "3.9" and python_version < "3.10"
json5==0.9.14 ; python_version >= "3.9" and python_version < "3.10"
Expand Down
20 changes: 10 additions & 10 deletions images/jupyter-singleuser/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion images/jupyter-singleuser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ydata-profiling = {extras = ["notebook"], version = "^4.0.0"}
statsmodels = "<0.13.3 || >0.13.3,<0.13.4 || >0.13.4,<0.13.5 || >0.13.5"
pendulum = "^2.1.2"
numba = "^0.56.4"
calitp-data-analysis = "2024.2.6"
calitp-data-analysis = "2024.3.27"
calitp-map-utils = "2023.8.1"
jupyter-book = "1.0.0"
jupyter-server-proxy = "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/charts/dask/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dask:
scheduler:
image:
repository: "ghcr.io/cal-itp/data-infra/dask"
tag: "2023.8.1"
tag: "2024.3.27"
metrics:
enabled: true
serviceAnnotations:
Expand All @@ -12,7 +12,7 @@ dask:
worker:
image:
repository: "ghcr.io/cal-itp/data-infra/dask"
tag: "2023.8.1"
tag: "2024.3.27"
metrics:
enabled: true
annotations:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jupyterhub:
defaultUrl: "/lab"
image:
name: ghcr.io/cal-itp/data-infra/jupyter-singleuser
tag: 2024.2.5
tag: 2024.3.27
memory:
# Much more than 10 and we risk bumping up against the actual capacity of e2-highmem-2
limit: 10G
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
images:
- name: 'gtfs-rt-archiver'
newName: 'ghcr.io/cal-itp/data-infra/gtfs-rt-archiver-v3'
newTag: '2024.2.12'
newTag: '2024.3.27'
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ patches:
images:
- name: 'gtfs-rt-archiver'
newName: 'ghcr.io/cal-itp/data-infra/gtfs-rt-archiver-v3'
newTag: '2024.2.12'
newTag: '2024.3.27'

0 comments on commit 34f66c8

Please sign in to comment.