-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from Ouranosinc/snyk-fix-864efb59d73e116479dc6…
…35653547180
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,12 @@ Changes | |
|
||
Features / Changes | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
* Pin ``crim-ca/pyramid_celery==5.0.0a`` fork | ||
(`crim-ca/[email protected] <https://github.com/crim-ca/pyramid_celery/tree/5.0.0a>`_) | ||
to support Python 3.12 and other package cross-dependency improvements | ||
(relates to `sontek/pyramid_celery#102 <https://github.com/sontek/pyramid_celery/pull/102>`_). | ||
* Pin ``threddsclient==0.4.6`` to support Python 3.12 | ||
(relates to `bird-house/threddsclient#17 <https://github.com/bird-house/threddsclient/pull/17>`_). | ||
* Pin ``urllib3>=2.2.2`` to address CVE-2024-37891. | ||
* Pin ``gunicorn>=22`` to address CVE-2024-1135. | ||
* Pin Docker base to ``python:3.11-alpine3.19`` for various security fixes. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,15 @@ pastedeploy | |
pymongo[srv]>=4.4,<5 # required to work with pinned celery | ||
pyramid>=1.10.2,<2 | ||
pyramid_mako>=1.0.2 | ||
pyramid_celery | ||
# see https://github.com/sontek/pyramid_celery/pull/102 to fix Python 3.12 support and other improvements | ||
pyramid_celery @ git+https://github.com/crim-ca/[email protected] | ||
python-dotenv | ||
pyyaml>=5.1 | ||
requests | ||
requests_file | ||
schema | ||
simplejson | ||
threddsclient==0.4.4 | ||
threddsclient==0.4.6 | ||
typing_extensions | ||
urllib3>=2.2.2 | ||
watchdog>=4 | ||
|