Skip to content

Commit

Permalink
build(deps): Update pycparser requirement from 2.21 to 2.22
Browse files Browse the repository at this point in the history
Updates the requirements on [pycparser](https://github.com/eliben/pycparser) to permit the latest version.
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.21...release_v2.22)

---
updated-dependencies:
- dependency-name: pycparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent b7f712e commit 4cddbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/atsign-foundation/at_python"
python = "^3.8.1"
cffi = "1.16.0"
cryptography = "42.0.5"
pycparser = "2.21"
pycparser = "2.22"
python-dateutil = "2.9.0.post0"
requests = "2.31.0"
six = "1.16.0"
Expand Down

0 comments on commit 4cddbcc

Please sign in to comment.