5 Commits

Author SHA1 Message Date
5241c65eb0 chore(pip-dev)(deps-dev): bump setuptools from 74.1.1 to 74.1.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.1 to 74.1.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v74.1.1...v74.1.2)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 17:37:15 +01:00
3a2c5e5b72 chore(pip-dev)(deps-dev): bump setuptools from 74.0.0 to 74.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.0.0 to 74.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v74.0.0...v74.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 17:27:38 +01:00
c072b5e1bc chore(pip-prod)(deps): bump certifi from 2024.7.4 to 2024.8.30
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.7.4 to 2024.8.30.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 20:09:55 +01:00
1c6fcf6cff chore(pip-dev)(deps-dev): bump setuptools from 73.0.1 to 74.0.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 73.0.1 to 74.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v73.0.1...v74.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 17:48:05 +01:00
ade4b22637 chore(pip-prod)(deps): bump idna from 3.7 to 3.8
Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.8.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.7...v3.8)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:22:36 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ pylint==3.2.6
pylint-exit==1.2.0
pytest==8.3.2
PyYAML==6.0.2
setuptools==73.0.1
setuptools==74.1.2
tomlkit==0.13.2
virtualenv==20.26.3
wrapt==1.16.0

View File

@ -1,10 +1,10 @@
backoff==2.2.1
certifi==2024.7.4
certifi==2024.8.30
charset-normalizer==3.3.2
coloredlogs==15.0.1
future==1.0.0
humanfriendly==10.0
idna==3.7
idna==3.8
pillow==10.4.0
PyJWT==2.9.0
requests==2.32.3