Skip to content

Commit

Permalink
deps: Fix version pin for Weblate 4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 31, 2023
1 parent d11a9e2 commit 4e74b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/bin/bleeding
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sed -i \

# Weblate 5.0 change
sed -i 's/^translate-toolkit==3.9.2/translate-toolkit==3.10.0/' requirements.txt
sed -i 's/^pyparsing==3.1.0/pyparsing==3.1.1/' requirements.txt
sed -i 's/^pyparsing==3.0.9/pyparsing==3.1.1/' requirements.txt

# Consistent timestamp
touch --date="$DATE" Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ phply==1.2.6
pip==23.2.1
psycopg2==2.9.6
Pygments==2.15.1
pyparsing==3.1.0
pyparsing==3.0.9
python-akismet==0.4.3
python-dateutil==2.8.2
python3-saml==1.15.0
Expand Down

0 comments on commit 4e74b01

Please sign in to comment.