7 Commits

Author SHA1 Message Date
d54524a671 chore(pip-dev)(deps-dev): bump platformdirs from 4.3.3 to 4.3.6
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.3 to 4.3.6.
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.3...4.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 21:18:07 +01:00
7d9f49218c chore(pip-dev)(deps-dev): bump filelock from 3.16.0 to 3.16.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 19:34:23 +01:00
35b231595a chore(pip-dev)(deps-dev): bump virtualenv from 20.26.4 to 20.26.5
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.4 to 20.26.5.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 18:45:50 +01:00
71583f06c5 chore(pip-dev)(deps-dev): bump identify from 2.6.0 to 2.6.1
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.0 to 2.6.1.
- [Commits](https://github.com/pre-commit/identify/compare/v2.6.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 16:21:37 +01:00
587dbc4a80 chore(pip-dev)(deps-dev): bump setuptools from 74.1.2 to 75.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 75.1.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/v74.1.2...v75.1.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-09-16 20:55:13 +01:00
84f093c3c6 chore(pip-prod)(deps): bump idna from 3.8 to 3.10
Bumps [idna](https://github.com/kjd/idna) from 3.8 to 3.10.
- [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.8...v3.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 19:15:57 +01:00
157859d5e1 chore(pip-dev)(deps-dev): bump platformdirs from 4.3.2 to 4.3.3
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 16:50:50 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ colorama==0.4.6 ; sys_platform == "win32" or platform_system == "Windows"
coverage==7.6.1
dill==0.3.8
distlib==0.3.8
filelock==3.16.0
identify==2.6.0
filelock==3.16.1
identify==2.6.1
iniconfig==2.0.0
isort==5.13.2
lazy-object-proxy==1.10.0
@ -16,15 +16,15 @@ mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
pathspec==0.12.1
platformdirs==4.3.2
platformdirs==4.3.6
pluggy==1.5.0
pre-commit==3.8.0
pylint==3.2.6
pylint-exit==1.2.0
pytest==8.3.3
PyYAML==6.0.2
setuptools==74.1.2
setuptools==75.1.0
tomlkit==0.13.2
virtualenv==20.26.4
virtualenv==20.26.5
wrapt==1.16.0
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

View File

@ -4,7 +4,7 @@ charset-normalizer==3.3.2
coloredlogs==15.0.1
future==1.0.0
humanfriendly==10.0
idna==3.8
idna==3.10
pillow==10.4.0
PyJWT==2.9.0
requests==2.32.3