Skip to content

Commit 6c943e0

Browse files
Bump the pip group across 1 directory with 3 updates
Updates the requirements on [setuptools](https://github.com/pypa/setuptools), [pydantic](https://github.com/pydantic/pydantic) and [requests](https://github.com/psf/requests) to permit the latest version. Updates `setuptools` to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v57.0.0...v80.9.0) Updates `pydantic` to 2.11.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.9.2...v2.11.5) Updates `requests` to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.1...v2.32.4) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dff42e2 commit 6c943e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cybersixgill_actionable_alerts/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling>=0.13.0",
4-
"setuptools<61",
4+
"setuptools<81",
55
]
66
build-backend = "hatchling.build"
77

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest~=7.1.3
2-
setuptools~=57.0.0
3-
pydantic~=1.9.2
2+
setuptools~=80.9.0
3+
pydantic~=2.11.5
44
sixgill-clients~=0.2.24
5-
requests~=2.28.1
5+
requests~=2.32.4

0 commit comments

Comments
 (0)