Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/async' into hg/update-dependabot…
Browse files Browse the repository at this point in the history
…-workflow
  • Loading branch information
eos87 committed Sep 17, 2024
2 parents 1d9520c + 1b59aa3 commit a91e462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10

- run: sudo apt-get update && sudo apt-get -y install libxml2-dev libxmlsec1-dev libxmlsec1-openssl

Expand Down
4 changes: 3 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ arrow==1.3.0
# superdesk-core
asgi-tools==1.0.10
# via quart-babel
asgiref==3.8.1
# via superdesk-core
asn1crypto==1.5.1
# via
# oscrypto
Expand Down Expand Up @@ -427,6 +429,7 @@ types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.2
# via
# asgiref
# hypercorn
# jwcrypto
# pydantic
Expand Down Expand Up @@ -478,7 +481,6 @@ wtforms[email]==3.1.2
# via
# newsroom-core
# quart-wtforms
# wtforms
xhtml2pdf==0.2.16
# via newsroom-core
xmlsec==1.3.14
Expand Down

0 comments on commit a91e462

Please sign in to comment.