Skip to content

Commit

Permalink
Update deps (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 6, 2024
1 parent eb5dde7 commit 878478c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --all-extras --no-annotate --output-file=.config/constraints.txt --strip-extras .config/requirements.in pyproject.toml
#
ansible-compat==24.9.1
ansible-core==2.17.5
ansible-core==2.17.6
astroid==3.3.5
attrs==24.2.0
babel==2.16.0
Expand Down Expand Up @@ -36,6 +36,7 @@ execnet==2.1.1
filelock==3.16.1
ghp-import==2.1.0
griffe==1.5.1
hjson==3.1.0
htmlmin2==0.1.13
identify==2.6.1
idna==3.10
Expand All @@ -59,7 +60,7 @@ mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-htmlproofer-plugin==1.3.0
mkdocs-macros-plugin==1.3.7
mkdocs-material==9.5.43
mkdocs-material==9.5.44
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand Down Expand Up @@ -95,11 +96,12 @@ referencing==0.35.1
regex==2024.9.11
requests==2.32.3
resolvelib==1.0.1
rpds-py==0.20.1
rpds-py==0.21.0
ruff==0.7.2
six==1.16.0
soupsieve==2.6
subprocess-tee==0.4.2
super-collections==0.5.3
termcolor==2.5.0
text-unidecode==1.3
tinycss2==1.4.0
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ repos:
stages: [manual]
entry: >-
pip-compile .config/requirements.in
--no-annotate
--upgrade
--all-extras
--no-annotate
Expand Down

0 comments on commit 878478c

Please sign in to comment.