We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a9e2 commit 4e74b01Copy full SHA for 4e74b01
.github/bin/bleeding
@@ -19,7 +19,7 @@ sed -i \
19
20
# Weblate 5.0 change
21
sed -i 's/^translate-toolkit==3.9.2/translate-toolkit==3.10.0/' requirements.txt
22
-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
23
24
# Consistent timestamp
25
touch --date="$DATE" Dockerfile
requirements.txt
@@ -35,7 +35,7 @@ phply==1.2.6
35
pip==23.2.1
36
psycopg2==2.9.6
37
Pygments==2.15.1
38
-pyparsing==3.1.0
+pyparsing==3.0.9
39
python-akismet==0.4.3
40
python-dateutil==2.8.2
41
python3-saml==1.15.0
0 commit comments