Skip to content

Commit

Permalink
chore: Update dependencies to latest version (#899)
Browse files Browse the repository at this point in the history
Downgraded python_version to 3.10 as well, to keep Python >= 3.10
dependencies.

Replacement for #895, #896 + #897
  • Loading branch information
phorward authored Oct 11, 2023
1 parent b601875 commit 8f95876
Show file tree
Hide file tree
Showing 5 changed files with 907 additions and 839 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ qrcode = "~=7.0"
requests = "~=2.0"
tzlocal = "~=5.0"
user-agents = "~=2.0"
viur-datastore = "~=1.0"
#viur-datastore = "~=1.0"
viur-datastore = "==1.3.11"
webob = "~=1.0"

[dev-packages]
Expand All @@ -35,7 +36,7 @@ pycodestyle = "*"
twine="*"

[requires]
python_version = "3.11"
python_version = "3.10"

[scripts]
clean = "rm -rf dist build viur_core.egg-info"
Expand Down
Loading

0 comments on commit 8f95876

Please sign in to comment.