Files
php-curl-class/scripts/make_release_requirements.txt
T
dependabot[bot] a2dd2b8d90 ⬆ Bump cryptography from 46.0.2 to 46.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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

41 lines
834 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.10.5
# via requests
cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.4
# via requests
cryptography==46.0.3
# via pyjwt
gitdb==4.0.12
# via gitpython
gitpython==3.1.45
# via -r scripts/make_release_requirements.in
idna==3.11
# 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.6.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