Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump project verison and required Python version
Signed-off-by: lelia <lelia@socket.dev>
  • Loading branch information
lelia committed Mar 23, 2026
commit 9ab5b87d9ef2ee61773d9e8b0054f9df0873042f
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ build-backend = "hatchling.build"

[project]
name = "socketsecurity"
version = "2.2.78"
requires-python = ">= 3.10"
version = "2.2.79"
requires-python = ">= 3.11"
license = {"file" = "LICENSE"}
dependencies = [
'requests',
Expand Down Expand Up @@ -166,4 +166,3 @@ include = ["socketsecurity", "LICENSE"]
dev = [
"pre-commit>=4.3.0",
]