build(deps): bump pycparser from 2.20 to 2.21

Bumps [pycparser](https://github.com/eliben/pycparser) from 2.20 to 2.21.
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/master/CHANGES)
- [Commits](https://github.com/eliben/pycparser/compare/release_v2.20...release_v2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-08 09:14:49 +00:00 committed by GitHub
parent 0bc891fb2d
commit 95987254e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ cffi==1.15.0 # via cryptography, pynacl
charset-normalizer==2.0.11 # via requests
cryptography==36.0.1 # via securesystemslib
idna==3.3 # via requests
pycparser==2.20 # via cffi
pycparser==2.21 # via cffi
pynacl==1.5.0 # via securesystemslib
requests==2.27.1
securesystemslib[crypto,pynacl]==0.21.0