Files
php-curl-class/scripts/make_release_requirements.txt
T
dependabot[bot] 3a5e42c926 ⬆ Bump pycparser from 2.22 to 2.23
Bumps [pycparser](https://github.com/eliben/pycparser) from 2.22 to 2.23.
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23)

---
updated-dependencies:
- dependency-name: pycparser
  dependency-version: '2.23'
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 09:08:57 +00:00

41 lines
833 B
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=make_release_requirements.txt make_release_requirements.in
#
certifi==2025.8.3
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.3
# via requests
cryptography==45.0.7
# via pyjwt
gitdb==4.0.12
# via gitpython
gitpython==3.1.45
# via -r scripts/make_release_requirements.in
idna==3.10
# via requests
pycparser==2.23
# via cffi
pygithub==2.8.1
# via -r scripts/make_release_requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.5
# via pygithub
smmap==5.0.2
# via gitdb
typing-extensions==4.15.0
# via pygithub
urllib3==2.5.0
# via
# pygithub
# requests