Skip to content

Commit b89f7dc

Browse files
chore(deps): update dependency cattrs to v25
1 parent 9ebc865 commit b89f7dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
keywords = [ "software supply chain", "ssc", "dependencies", "npm",]
88
classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]
9-
dependencies = [ "attrs ==25.3.0", "cattrs ==24.1.3", "certifi ==2025.4.26", "charset-normalizer ==3.4.2", "exceptiongroup ==1.3.0", "GitPython ==3.1.44", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy ==2.2.6", "pandas ==2.3.0", "platformdirs ==4.3.8", "PyGithub ==2.6.1", "pytest ==8.4.0", "python-dateutil == 2.9.0.post0", "pytz ==2025.2", "PyYAML == 6.0.2", "requests ==2.32.4", "requests-cache == 1.2.1", "six ==1.17.0", "tabulate == 0.9.0", "tqdm ==4.67.1", "typing_extensions ==4.14.0", "tzdata ==2025.2", "url-normalize == 1.4.3", "urllib3 ==2.5.0", "xmltodict == 0.14.2",]
9+
dependencies = [ "attrs ==25.3.0", "cattrs ==25.1.1", "certifi ==2025.4.26", "charset-normalizer ==3.4.2", "exceptiongroup ==1.3.0", "GitPython ==3.1.44", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy ==2.2.6", "pandas ==2.3.0", "platformdirs ==4.3.8", "PyGithub ==2.6.1", "pytest ==8.4.0", "python-dateutil == 2.9.0.post0", "pytz ==2025.2", "PyYAML == 6.0.2", "requests ==2.32.4", "requests-cache == 1.2.1", "six ==1.17.0", "tabulate == 0.9.0", "tqdm ==4.67.1", "typing_extensions ==4.14.0", "tzdata ==2025.2", "url-normalize == 1.4.3", "urllib3 ==2.5.0", "xmltodict == 0.14.2",]
1010
[[project.authors]]
1111
name = "Raphina Liu"
1212
email = "raphina@kth.se"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs==25.3.0
2-
cattrs==24.1.3
2+
cattrs==25.1.1
33
certifi==2025.4.26
44
charset-normalizer==3.4.2
55
exceptiongroup==1.3.0

0 commit comments

Comments
 (0)