Skip to content

Commit 5f1b5e1

Browse files
committed
fix: Dependency updates and security vulnerability fixes in pyproject.toml
1 parent c8c76da commit 5f1b5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "omnipkg"
7-
version = "1.5.4"
7+
version = "1.5.5"
88
authors = [
99
{ name = "1minds3t", email = "1minds3t@proton.me" },
1010
]
@@ -35,7 +35,7 @@ dependencies = [
3535
# Use older packaging on Python 3.9 to match the older safety dependency
3636
"packaging<22.0,>=21.0; python_version < '3.10'",
3737
"requests>=2.20",
38-
"authlib>=1.6.4",
38+
"authlib>=1.6.5",
3939
"filelock>=3.9",
4040
"tomli; python_version < '3.11'",
4141
"safety>=2.3.5,<3.0; python_version < '3.10'",
@@ -79,4 +79,4 @@ exclude = [
7979

8080
[tool.setuptools]
8181
license-files = ["LICENSE", "COMMERCIAL_LICENSE.md"]
82-
include-package-data = true
82+
include-package-data = true

0 commit comments

Comments
 (0)