Skip to content

Commit

Permalink
Free some input requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Feb 15, 2024
1 parent df3e11f commit 87494ec
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pip-compile": {
"fileMatch": ["(^|/)requirements\\.in$"],
"fileMatch": ["(^|/)requirements\\.txt$"],
"lockFileMaintenance": {
"enabled": true,
"branchTopic": "pip-compile-refresh",
Expand Down
56 changes: 28 additions & 28 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
accessible-pygments==0.0.4
alabaster==0.7.16
annotated-types==0.6.0
Babel==2.14.0
beautifulsoup4==4.12.2
certifi==2023.11.17
cfgv==3.4.0
charset-normalizer==3.3.2
colorama==0.4.6
copier==9.1.1
decorator==5.1.1
distlib==0.3.8
docutils==0.20.1
dunamai==1.19.0
filelock==3.13.1
funcy==2.0
identify==2.5.33
idna==3.6
imagesize==1.4.1
iniconfig==2.0.0
Jinja2==3.1.3
jinja2-ansible-filters==1.3.2
livereload==2.6.3
markdown-it-py==3.0.0
MarkupSafe==2.1.4
mdit-py-plugins==0.4.0
mdurl==0.1.2
myst-parser==2.0.0
accessible-pygments
alabaster
annotated-types
Babel
beautifulsoup4
certifi
cfgv
charset-normalizer
colorama
copier
decorator
distlib
docutils
dunamai
filelock
funcy
identify
idna
imagesize
iniconfig
Jinja2
jinja2-ansible-filters
livereload
markdown-it-py
MarkupSafe
mdit-py-plugins
mdurl
myst-parser
nodeenv==1.8.0
packaging==23.2
pathlib2==2.3.7.post1
Expand Down

0 comments on commit 87494ec

Please sign in to comment.