Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! feat: switch to github + bump library + b…
Browse files Browse the repository at this point in the history
…ump python libraries + sysdig image validation
  • Loading branch information
vrenaville committed Sep 19, 2024
1 parent c99ca1e commit 198f7f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 15.0/base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ ebaysdk==2.1.5
freezegun==0.3.15; python_version >= '3.8'
gevent==24.2.1 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
greenlet==3.0.3 ; sys_platform != 'win32' and python_version >= '3.12' # (Noble)
idna==2.8
Jinja2==3.1.2 ; python_version >= '3.12' # (Noble) compatibility with markupsafe
idna==3.7.0
Jinja2==3.1.3 ; python_version >= '3.12' # (Noble) compatibility with markupsafe
libsass==0.22.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
lxml==5.2.1; python_version >= '3.12' # (Noble - removed html clean)
lxml-html-clean; python_version >= '3.12' # (Noble - removed from lxml, unpinned for futur security patches)
MarkupSafe==2.1.5 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
num2words==0.5.6
ofxparse==0.21; python_version > '3.9' # (Jammy)
Pillow==10.2.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
Pillow==10.3.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
polib==1.1.0
psutil==5.9.8 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
psycopg2==2.9.9 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
Expand All @@ -30,11 +30,11 @@ pytz # no version pinning to avoid OS perturbations
pyusb==1.2.1 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
qrcode==6.1
reportlab==4.1.0 ; python_version >= '3.12' # (Noble) Mostly to have a wheel package
requests==2.31.0 ; python_version >= '3.12' # (Noble) Compatibility with i
requests==2.32.0 ; python_version >= '3.12' # (Noble) Compatibility with i
rl-renderPM==4.0.3 ; sys_platform == 'win32' and python_version >= '3.12' # Needed by reportlab 4.1.0 but included in deb package
urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
urllib3==2.2.2 ; python_version >= '3.12' # (Noble) Compatibility with cryptography
vobject==0.9.6.1
Werkzeug==2.0.2 ; python_version > '3.9' # (Jammy)
Werkzeug==2.1.1 ; python_version > '3.9' # (Jammy)
xlrd==1.2.0; python_version >= '3.8'
XlsxWriter==1.1.2
xlwt==1.3.0
Expand Down

0 comments on commit 198f7f5

Please sign in to comment.