Skip to content

Commit

Permalink
bump version and update deps versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed May 29, 2024
1 parent b0d9a19 commit 88b9ba6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion catchpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# important to use single quotes in version string
# for post-commit tagging
__version__ = '2.8.0'
__version__ = '2.9.0'
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"Django~=4.2",
"iso8601~=2.0.0",
"jsonschema==4.18.4",
"PyJWT==2.8.0",
"PyLD==2.0.3",
"python-dateutil==2.8.2",
"python-dotenv==1.0.0",
"pytz==2023.3",
"requests~=2.31.0",
"django-log-request-id==2.1.0",
"django-cors-headers~=4.2.0",
"Django>=4.2",
"iso8601>=2.0.0",
"jsonschema>=4.18.4",
"PyJWT>=2.8.0",
"PyLD>=2.0.3, <3.0.0",
"python-dateutil>=2.8.2",
"python-dotenv>=1.0.0",
"pytz>=2023.3",
"requests>=2.31.0",
"django-log-request-id>=2.1.0",
"django-cors-headers>=4.2.0",
]

[tool.hatch.version]
Expand Down

0 comments on commit 88b9ba6

Please sign in to comment.