Skip to content

Commit

Permalink
Bump transitive deps in pip-tools-managed lockfiles for pycparser (#668)
Browse files Browse the repository at this point in the history
* Update tox-py310-cp310-darwin-x86_64 constraints for pycparser

* Update tox-py310-cp310-linux-x86_64 constraints for pycparser

* Update tox-py310-cp310-win32-amd64 constraints for pycparser

* Update tox-py311-cp311-darwin-x86_64 constraints for pycparser

* Update tox-py311-cp311-linux-x86_64 constraints for pycparser

* Update tox-py311-cp311-win32-amd64 constraints for pycparser

* Update tox-py38-cp38-darwin-x86_64 constraints for pycparser

* Update tox-py38-cp38-linux-x86_64 constraints for pycparser

* Update tox-py38-cp38-win32-amd64 constraints for pycparser

* Update tox-py39-cp39-darwin-x86_64 constraints for pycparser

* Update tox-py39-cp39-linux-x86_64 constraints for pycparser

* Update tox-py39-cp39-win32-amd64 constraints for pycparser

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 2, 2024
1 parent cd8c47d commit 2ae6bd8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/tox-py310-cp310-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py310-cp310-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py310-cp310-win32-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ py==1.11.0
# via
# pypytools
# pytest
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py311-cp311-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py311-cp311-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py311-cp311-win32-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ py==1.11.0
# via
# pypytools
# pytest
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py38-cp38-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py38-cp38-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py38-cp38-win32-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ py==1.11.0
# via
# pypytools
# pytest
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py39-cp39-darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py39-cp39-linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ py==1.11.0
# pypytools
# pytest
# pytest-forked
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox-py39-cp39-win32-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ py==1.11.0
# via
# pypytools
# pytest
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.5.2
# via inflect
Expand Down

0 comments on commit 2ae6bd8

Please sign in to comment.