Skip to content

Commit

Permalink
Merge pull request #7 from SamhammerAG/KIT-3968
Browse files Browse the repository at this point in the history
KIT-3968 add Security upgrade zipp from 3.15.0 to 3.19.1 in project.toml
  • Loading branch information
Saeer-Noorani authored Jan 23, 2025
2 parents 2286d90 + bc64764 commit e9fd369
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sag-py-logging"
version = "0.4.0"
version = "0.4.1"
description = "Initialize logging from a configuration json"
authors = ["Samhammer AG"]
license = "MIT"
Expand All @@ -10,20 +10,21 @@ readme = "README.md"
python = "^3.12"

[tool.poetry.group.dev.dependencies]
attrs = ">=24.2.0"
build = "*"
coverage = "*"
coverage-lcov = "*"
flake8 = "*"
Jinja2 = ">=3.1.2"
mock = "*"
mypyp = "*"
build = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
coverage-lcov = "*"
toml = "*"
coverage = "*"
mock = "*"
types-mock = "*"
attrs = "*"
Jinja2 = ">=3.1.2"
tomli = ">=2.0.1"
types-mock = "*"
zipp = ">=3.19.1"

[build-system]
requires = ["setuptools>=61.0"]
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
-r requirements.txt
build
flake8
mypy
build

pytest
pytest-asyncio
pytest-cov

# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
coverage
coverage-lcov
toml
coverage

attrs
mock
types-mock
attrs

# Install extra requirements for unit tests to work
# Note: the 'extras_require' comments are parsed by setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="sag-py-logging",
version="0.4.0",
version="0.4.1",
description="Initialize logging from a configuration json",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e9fd369

Please sign in to comment.