Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
demberto committed May 24, 2023
1 parent 7b16bec commit c3b83a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ license = { text = "GPL-3.0" }
dependencies = [
"colour>=0.1.5",
"f-enum>=0.2.0;python_version<='3.10'",
"construct-typing==0.5.5",
"construct-typing>=0.5.6",
"sortedcontainers>=2.4.0",
"typing_extensions>=4.5.0",
"typing_extensions>=4.6.1",
]
dynamic = ["version"]

[project.optional-dependencies]
dev = ["coverage >=7.2.3", "pre-commit >= 3.2.2", "pytest >=7.3.1", "tox >=4.4.12"]
dev = ["coverage >=7.2.6", "pre-commit >= 3.3.2", "pytest >=7.3.1", "tox >=4.5.1"]
# for docs dependencies see docs/requirements.txt

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colour==0.1.5
construct-typing==0.5.5
construct-typing==0.5.6
f-enum==0.2.0;python_version<="3.10"
sortedcontainers==2.4.0
typing_extensions==4.5.0
typing_extensions==4.6.1

0 comments on commit c3b83a9

Please sign in to comment.