Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 2, 2025
1 parent 84ed30d commit 692ee0b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 19 deletions.
25 changes: 18 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 16 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
[tool.poetry]
[project]
name = "pysanejs"
version = "2.0.3"
version = "2.0.4"
description = "Python client for SaneJS"
authors = ["Raphaël Vinot <[email protected]>"]
authors = [{name="Raphaël Vinot", email="[email protected]"}]
license = "AGPL-3.0-or-later"
repository = "https://github.com/CIRCL/PySaneJS"

readme = "README.md"
requires-python = ">=3.9"

dynamic = [ "classifiers" ]

dependencies = [
"requests (>=2.32.3)"
]

[tool.poetry]
classifiers=[
'License :: OSI Approved :: BSD License',
'Environment :: Console',
'Intended Audience :: Science/Research',
'Intended Audience :: Telecommunications Industry',
'Programming Language :: Python :: 3',
'Topic :: Security',
'Topic :: Internet',
]

[project.urls]
repository = "https://github.com/CIRCL/PySaneJS"

[tool.poetry.scripts]
[project.scripts]
sanejs = "pysanejs:main"

[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.32.3"

[tool.poetry.group.dev.dependencies]
mypy = "^1.14.1"
types-requests = "^2.32.0.20241016"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=2.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 692ee0b

Please sign in to comment.