diff --git a/docs/requirements.txt b/docs/requirements.txt index 6530d4a1c3..154db0e522 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/images/dask/requirements.txt b/images/dask/requirements.txt index 1c714076a2..2025918a0e 100644 --- a/images/dask/requirements.txt +++ b/images/dask/requirements.txt @@ -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" @@ -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" diff --git a/images/jupyter-singleuser/poetry.lock b/images/jupyter-singleuser/poetry.lock index 4b0b06d919..34971b094b 100644 --- a/images/jupyter-singleuser/poetry.lock +++ b/images/jupyter-singleuser/poetry.lock @@ -666,13 +666,13 @@ files = [ [[package]] name = "calitp-data-analysis" -version = "2024.2.6" +version = "2024.3.27" description = "Shared code for querying Cal-ITP data in notebooks, primarily." optional = false -python-versions = ">=3.9,<3.10" +python-versions = "<3.10,>=3.9" files = [ - {file = "calitp_data_analysis-2024.2.6-py3-none-any.whl", hash = "sha256:cd9bfde0bd2adfa6c6e2f9c5c6d8a126a785a9fa0c5cee6060439d4f6df60e91"}, - {file = "calitp_data_analysis-2024.2.6.tar.gz", hash = "sha256:a984e2a20ee80a41b75745da0ab0feac660065075cd0e03ca50f58dd8232c792"}, + {file = "calitp_data_analysis-2024.3.27-py3-none-any.whl", hash = "sha256:67111ff496f26d8eb3a9dbdc5813ae06682e068daa6029527a7a7fc675943e31"}, + {file = "calitp_data_analysis-2024.3.27.tar.gz", hash = "sha256:f17affcd6e92ef86984d796da4ae48bf27c1ab4b1a264daf06dbbb6f7827961c"}, ] [package.dependencies] @@ -683,7 +683,7 @@ gcsfs = "!=2022.7.1" geopandas = ">=0.14.0,<0.15.0" gtfs-segments = "0.1.0" ipython = ">=8.9.0,<9.0.0" -jinja2 = "<3.1.0" +jinja2 = ">=3.1.3,<4.0.0" pandas = "<2" pandas-gbq = ">=0.19.1,<0.20.0" pyairtable = "2.2.2" @@ -2852,13 +2852,13 @@ testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] [[package]] name = "jinja2" -version = "3.0.3" +version = "3.1.3" description = "A very fast and expressive template engine." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "Jinja2-3.0.3-py3-none-any.whl", hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"}, - {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -7791,4 +7791,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "01b2ae9e71fcceb821751b2b8c421fb7486d4ee799abda2f8d67843289832a3d" +content-hash = "2d7228126419c9118db6bafbc4255887aec1d7da5968a2ac73c63a7c66735433" diff --git a/images/jupyter-singleuser/pyproject.toml b/images/jupyter-singleuser/pyproject.toml index 213304db91..f7acb06f2d 100644 --- a/images/jupyter-singleuser/pyproject.toml +++ b/images/jupyter-singleuser/pyproject.toml @@ -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" diff --git a/kubernetes/apps/charts/dask/values.yaml b/kubernetes/apps/charts/dask/values.yaml index dd4b66e5c3..197d820b23 100644 --- a/kubernetes/apps/charts/dask/values.yaml +++ b/kubernetes/apps/charts/dask/values.yaml @@ -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: @@ -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: diff --git a/kubernetes/apps/charts/jupyterhub/values.yaml b/kubernetes/apps/charts/jupyterhub/values.yaml index eb4945f439..1f33caf81f 100644 --- a/kubernetes/apps/charts/jupyterhub/values.yaml +++ b/kubernetes/apps/charts/jupyterhub/values.yaml @@ -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 diff --git a/kubernetes/apps/overlays/gtfs-rt-archiver-v3-prod/kustomization.yaml b/kubernetes/apps/overlays/gtfs-rt-archiver-v3-prod/kustomization.yaml index 3b4e33004a..80da34863d 100644 --- a/kubernetes/apps/overlays/gtfs-rt-archiver-v3-prod/kustomization.yaml +++ b/kubernetes/apps/overlays/gtfs-rt-archiver-v3-prod/kustomization.yaml @@ -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' diff --git a/kubernetes/apps/overlays/gtfs-rt-archiver-v3-test/kustomization.yaml b/kubernetes/apps/overlays/gtfs-rt-archiver-v3-test/kustomization.yaml index 06cf30d309..79fe0db613 100644 --- a/kubernetes/apps/overlays/gtfs-rt-archiver-v3-test/kustomization.yaml +++ b/kubernetes/apps/overlays/gtfs-rt-archiver-v3-test/kustomization.yaml @@ -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'