Merge lp:~cjwatson/loggerhead/py35-workarounds into lp:loggerhead

Proposed by Colin Watson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 523
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~cjwatson/loggerhead/py35-workarounds
Merge into: lp:loggerhead
Diff against target: 13 lines (+4/-2)
1 file modified
requirements.txt (+4/-2)
To merge this branch: bzr merge lp:~cjwatson/loggerhead/py35-workarounds
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+426630@code.launchpad.net

Commit message

Pin some more requirements to avoid issues on Python 3.5.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.txt'
2--- requirements.txt 2022-04-03 12:41:18 +0000
3+++ requirements.txt 2022-07-11 13:09:08 +0000
4@@ -9,5 +9,7 @@
5 bleach < 4.0.0; python_version <= "3.5"
6 packaging < 21.0; python_version <= "3.5"
7 https://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-5.2.tar.gz
8-Pygments < 2.6; python_version < "3"
9-Pygments; python_version >= "3"
10+Pygments < 2.12; python_version <= "3.5"
11+Pygments; python_version > "3.5"
12+certifi < 2022.5.18; python_version <= "3.5"
13+fixtures < 4.0.0; python_version <= "3.5"

Subscribers

People subscribed via source and target branches