Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2025
1 parent 1799a31 commit e3f96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
keywords = [ "software supply chain", "ssc", "dependencies", "npm",]
classifiers = [ "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]
dependencies = [ "attrs == 24.2.0", "cattrs == 24.1.2", "certifi == 2024.8.30", "charset-normalizer == 3.4.0", "exceptiongroup == 1.2.2", "GitPython == 3.1.43", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy == 2.1.2", "pandas == 2.2.3", "platformdirs == 4.3.6", "pytest == 8.3.3", "python-dateutil == 2.9.0.post0", "pytz == 2024.2", "PyYAML == 6.0.2", "requests == 2.32.3", "requests-cache == 1.2.1", "six == 1.16.0", "tabulate == 0.9.0", "tqdm == 4.66.5", "typing_extensions == 4.12.2", "tzdata == 2024.2", "url-normalize == 1.4.3", "urllib3 == 2.2.3", "xmltodict == 0.14.2",]
dependencies = [ "attrs == 24.2.0", "cattrs == 24.1.2", "certifi == 2024.8.30", "charset-normalizer == 3.4.0", "exceptiongroup == 1.2.2", "GitPython == 3.1.43", "idna == 3.10", "markdown-it-py == 3.0.0", "numpy == 2.1.2", "pandas == 2.2.3", "platformdirs == 4.3.6", "pytest ==8.3.5", "python-dateutil == 2.9.0.post0", "pytz == 2024.2", "PyYAML == 6.0.2", "requests == 2.32.3", "requests-cache == 1.2.1", "six == 1.16.0", "tabulate == 0.9.0", "tqdm == 4.66.5", "typing_extensions == 4.12.2", "tzdata == 2024.2", "url-normalize == 1.4.3", "urllib3 == 2.2.3", "xmltodict == 0.14.2",]
[[project.authors]]
name = "Raphina Liu"
email = "raphina@kth.se"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ markdown-it-py==3.0.0
numpy==2.1.2
pandas==2.2.3
platformdirs==4.3.6
pytest==8.3.3
pytest==8.3.5
python-dateutil==2.9.0.post0
pytz==2024.2
PyYAML==6.0.2
Expand Down

0 comments on commit e3f96c3

Please # to comment.