Skip to content

Commit

Permalink
Address direct dependency upgrades (#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall authored Mar 28, 2024
1 parent 39ba4b5 commit 92566a4
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 201 deletions.
60 changes: 13 additions & 47 deletions ci/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 ci/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
pydantic = {extras = ["dotenv"], version = "^1.10.9"}
gitpython = "^3.1.37"
gitpython = "^3.1.41"
invoke = "^2.1.3"
doit = "^0.36.0"
pyyaml = "^6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion images/dask/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jupyter-client==7.3.4 ; python_version >= "3.9" and python_version < "3.10"
jupyter-console==6.6.3 ; python_version >= "3.9" and python_version < "3.10"
jupyter-core==5.3.1 ; python_version >= "3.9" and python_version < "3.10"
jupyter-resource-usage==0.6.1 ; python_version >= "3.9" and python_version < "3.10"
jupyter-server-proxy==4.0.0 ; python_version >= "3.9" and python_version < "3.10"
jupyter-server-proxy==4.1.1 ; python_version >= "3.9" and python_version < "3.10"
jupyter-server==1.24.0 ; python_version >= "3.9" and python_version < "3.10"
jupyter==1.0.0 ; python_version >= "3.9" and python_version < "3.10"
jupyterlab-code-formatter==1.4.10 ; python_version >= "3.9" and python_version < "3.10"
Expand Down
2 changes: 1 addition & 1 deletion images/dask/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.8.1
2024.3.27
Loading

0 comments on commit 92566a4

Please sign in to comment.