Skip to content

Commit

Permalink
update dependency selectors; bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Jul 10, 2024
1 parent dc12e31 commit 09a1562
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rocrate-inveniordm"
version = "2.0.1"
version = "2.0.2"
description = "Upload RO-Crates to InvenioRDM and automatically fill the metadata. Supports any InvenioRDM instance, including Zenodo."
authors = [
"Philipp Beer",
Expand All @@ -33,9 +33,9 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8.1"
requests = "^2.31.0"
python-dateutil = "2.9.0"
python-iso639 = "^2023.6.15"
pytz = "^2024.1"
python-dateutil = "^2.9.0"
python-iso639 = ">=2023.6.15"
pytz = ">=2024.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
Expand All @@ -45,7 +45,7 @@ black = "^24.4.2"
flake8 = "^7.1.0"
mypy = "^1.10.1"
types-requests = "^2.32.0.20240622"
types-pytz = "^2024.1.0.20240417"
types-pytz = ">=2024.1.0.20240417"
types-python-dateutil = "^2.9.0.20240316"

[tool.poetry.scripts]
Expand Down

0 comments on commit 09a1562

Please sign in to comment.