Files
php-curl-class/scripts/make_release_requirements.txt
dependabot[bot] 760473ed89 ⬆ Bump cffi from 2.0.0 to 2.1.0 (#1131)
Bumps [cffi](https://github.com/python-cffi/cffi) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: cffi
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-07 21:24:31 +00:00

41 lines
850 B
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=scripts/make_release_requirements.txt scripts/make_release_requirements.in
#
certifi==2026.6.17
# via requests
cffi==2.1.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.9
# via requests
cryptography==49.0.0
# via pyjwt
gitdb==4.0.12
# via gitpython
gitpython==3.1.50
# via -r scripts/make_release_requirements.in
idna==3.18
# via requests
pycparser==3.0
# via cffi
pygithub==2.9.1
# via -r scripts/make_release_requirements.in
pyjwt[crypto]==2.13.0
# via pygithub
pynacl==1.6.2
# via pygithub
requests==2.34.2
# via pygithub
smmap==5.0.3
# via gitdb
typing-extensions==4.16.0
# via pygithub
urllib3==2.7.0
# via
# pygithub
# requests