Skip to content

Commit

Permalink
chore!: require python 3.10+, update bento_lib, rm strict-rfc3339 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 16, 2023
1 parent 3121089 commit 1da9810
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 102 deletions.
112 changes: 13 additions & 99 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.8.1"
bento-lib = {extras = ["django"], version = "^6.0.1"}
python = "^3.10.0"
bento-lib = {extras = ["django"], version = "^8.0.0"}
Django = "^4.2.1"
django-autocomplete-light = "^3.9.4"
django-cors-headers = "^3.13.0"
Expand All @@ -51,7 +51,6 @@ python-dotenv = "^0.21.1"
rdflib = "^6.2.0"
requests = "^2.31.0"
rfc3987 = "^1.3.8"
strict-rfc3339 = "^0.7"
tabulate = "^0.9.0"
uritemplate = "^4.1.1"
pyhumps = "^3.8.0"
Expand Down

0 comments on commit 1da9810

Please sign in to comment.