Skip to content

Commit

Permalink
Merge branch 'main' into add-offboarding-template
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 authored May 23, 2024
2 parents 8c7ab19 + 644b5a2 commit 707b276
Show file tree
Hide file tree
Showing 8 changed files with 2,532 additions and 2,462 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-jupyter-singleuser-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'
pull_request:
paths:
- '.github/workflows/build-jupyter-singleuser-image.yml'
- 'images/jupyter-singleuser/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1,368 changes: 704 additions & 664 deletions apps/maps/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apps/maps/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "calitp_map_utils"
version = "2023.8.2"
version = "2024.5.23"
description = ""
authors = ["Andrew Vaccaro <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.9"
python = "~3.11"
pyyaml = "^6.0"
typer = "^0.9.0"
pydantic = "^1.10.7"
Expand Down
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/datascience-notebook:python-3.9
FROM jupyter/datascience-notebook:python-3.11.6

LABEL org.opencontainers.image.source https://github.com/cal-itp/data-infra

Expand Down
2 changes: 1 addition & 1 deletion images/jupyter-singleuser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter-singleuser"
version = "2024.3.27"
version = "2024.5.23"
description = ""
authors = ["Soren Spicknall <[email protected]>"]

Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/charts/jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: jupyterhub
description: JupyterHub for Kubernetes
type: application
version: 0.1.0
appVersion: "3.0.0"
appVersion: "4.1.5"
dependencies:
- name: jupyterhub
version: 2.0.0
version: 3.3.7
repository: https://jupyterhub.github.io/helm-chart
3,606 changes: 1,820 additions & 1,786 deletions packages/calitp-data-analysis/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/calitp-data-analysis/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "calitp-data-analysis"
version = "2024.3.27"
version = "2024.5.23"
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
authors = ["Andrew Vaccaro <[email protected]>"]

[tool.poetry.dependencies]
python = "~3.9"
python = "~3.11"
ipython = "^8.9.0"
siuba = "^0.4.2"
jinja2 = "^3.1.3"
Expand Down

0 comments on commit 707b276

Please sign in to comment.