Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jan 11, 2024
1 parent 20ab528 commit b596036
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
python-version:
description: "Python version to install"
required: false
default: "3.9"
default: "3.10"
runs:
using: "composite"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ inputs:
python-version:
description: "Python version to install"
required: false
default: "3.9"
default: "3.10"
runs:
using: "composite"
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Checkout repository
Expand Down
22 changes: 11 additions & 11 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ deal = "~4.24.3"
deepdiff = "~6.7.1"
deepmerge = "~1.1.0"
docker = "^5.0.3"
gitpython = "~3.1.40"
gitpython = "~3.1.41"
grandalf = "^0.8"
humanize = "~4.9.0"
importlib-resources = "~5.12.0"
Expand Down Expand Up @@ -112,7 +112,7 @@ pillow = { version = "^10.1.0", optional = true }
python-dotenv = { version = "^0.20", optional = true }
redis = { version = "~5.0.1", optional = true }
rq = { version = "~1.15.1", optional = true }
sentry-sdk = { version = "~1.38.0", extras = ["flask"], optional = true }
sentry-sdk = { version = "~1.39.0", extras = ["flask"], optional = true }
walrus = { version = "^0.9", optional = true }
prometheus-flask-exporter = "^0.23"
filetype = "^1.2.0"
Expand Down Expand Up @@ -163,7 +163,7 @@ plantweb = ">=1.2.1,<1.3.0"
renku-sphinx-theme = "^0.4"
sphinx-click = "^4.3.0"
sphinx-rtd-theme = "~1.3"
sphinx-tabs = "==3.4.1"
sphinx-tabs = "==3.4.4"
sphinxcontrib-spelling = ">=7,<9"

[tool.poetry.extras]
Expand Down Expand Up @@ -347,5 +347,5 @@ exclude = ["docs"]


[build-system]
requires = ["poetry-core>=1.3.0,<1.7.0", "poetry-dynamic-versioning==0.21.5", "gitpython==3.1.24"]
requires = ["poetry-core>=1.3.0,<1.7.0", "poetry-dynamic-versioning==0.21.5", "gitpython==3.1.41"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit b596036

Please sign in to comment.