Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-liquid from 1.12.1 to 1.12.2 #398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packaging==24.2 # used in latest.py
playwright==1.48.0 # used by a few scripts to parse html
pre-commit==3.5.0 # used to check code before commit
python-frontmatter==1.1.0 # used in endoflife.py to parse products YAML frontmatters
python-liquid==1.12.1 # used in endoflife.py to render version templates
python-liquid==1.12.2 # used in endoflife.py to render version templates
requests==2.32.3 # used in http.py to make HTTP requests simpler
requests-futures==1.0.2 # used in http.py to be able to make async HTTP requests
requests-cache==1.2.1 # used in http.py to be able to cache HTTP requests
Expand Down
Loading