Skip to content

Commit

Permalink
Merge pull request #245 from sequentech/merge-security-70x
Browse files Browse the repository at this point in the history
Merge security updates into 7.0.x
  • Loading branch information
Findeton authored Sep 26, 2022
2 parents 41df8ab + 60a25c9 commit 1c9bbdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
- uses: actions/setup-java@v1
with:
java-version: '11.0.1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install dependencies
run: |
apt install -y libfreetype6-dev python3-dev libjpeg-dev zlib1g-dev libpq-dev libssl-dev git gcc
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
python -m pip install -r requirements.txt
python -m pip install coveralls
Expand Down
11 changes: 5 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
amqp==5.0.9
anyjson==0.3.3
appnope==0.1.3
awscrt==0.13.8
backcall==0.2.0
Expand All @@ -8,7 +7,7 @@ Beaker==1.11.0
billiard==3.6.4.0
boto3==1.21.38
botocore==1.24.38
celery==5.2.2
celery==5.2.3
certifi==2021.10.8
cfgv==3.3.1
chardet==3.0.4
Expand All @@ -22,7 +21,7 @@ decorator==4.0.10
defusedxml==0.7.1
distlib==0.3.4
Django==2.2.28
django-celery-results==2.0.1
django-celery-results==2.4.0
django-cors-headers==3.2.1
django-nose==1.4.5
dnspython==2.2.0
Expand All @@ -40,7 +39,7 @@ jedi==0.17.2
jmespath==1.0.0
jsonfield==2.0.2
kombu==5.2.3
Mako==1.1.6
Mako==1.2.2
MarkupSafe==2.0.1
matplotlib-inline==0.1.3
nodeenv==1.6.0
Expand All @@ -62,10 +61,10 @@ pyjwkest==1.4.2
PyJWT==2.4.0
PySocks==1.7.1
python-dateutil==2.5.3
pytz==2016.4
pytz==2021.3
PyYAML==6.0
raven==5.19.0
reportlab==3.5.55
reportlab==3.6.11
requests==2.27.1
s3transfer==0.5.2
simplegeneric==0.8.1
Expand Down

0 comments on commit 1c9bbdf

Please sign in to comment.