Skip to content

Commit

Permalink
Merge pull request #33 from weswil07/upgrade-django-4.2
Browse files Browse the repository at this point in the history
Upgrade Django to 4.2.6, requests to 2.31.
  • Loading branch information
weswil07 committed Oct 20, 2023
2 parents e952853 + 8d461e1 commit 57f2c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "resigner"
version = "0.3.13"
version = "0.3.14"
authors = [
{name = "Media Predict"},
{email = "[email protected]"}
Expand All @@ -14,7 +14,7 @@ license = {text = "GPLv3"}
keywords = ["django", "api", "signed"]
urls = {homepage = "https://github.com/mediapredict/resigner"}
requires-python = ">=3.8"
dependencies = ["django>=4.1.3", "requests>=2.5"]
dependencies = ["django>=4.2", "requests>=2.31"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License (GPL)",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==4.1.3
requests==2.27.1
Django==4.2.6
requests==2.31.0

0 comments on commit 57f2c9e

Please sign in to comment.