Skip to content

Commit

Permalink
Update CI packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Nov 14, 2023
1 parent 1aa059f commit 1e6d842
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
#
# This file is autogenerated by pip-compile with python 3.11
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile .github/workflows/ci.in
#
pydantic==1.10.4
# via -r .github/workflows/ci.in
pypdf==3.3.0
annotated-types==0.6.0
# via pydantic
pydantic==2.5.0
# via -r .github/workflows/ci.in
typing-extensions==4.4.0
pydantic-core==2.14.1
# via pydantic
pypdf==3.17.0
# via -r .github/workflows/ci.in
typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
maint:
pip-compile .github/workflows/ci.in --upgrade

0 comments on commit 1e6d842

Please sign in to comment.