Compare commits

..

No commits in common. "7117792ecd58f865e2b4dd1b7f4f856007b5cf21" and "cb6269c67bc15a28ff47786ca7ef78aa939accd1" have entirely different histories.

4 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
context: .
push: true

View file

@ -83,7 +83,7 @@ trio-websocket==0.11.1
# via selenium
typing-extensions==4.12.2
# via selenium
urllib3==2.2.2
urllib3==2.2.1
# via
# django-anymail
# requests

View file

@ -58,7 +58,7 @@ django-browser-reload==1.12.1
# via -r requirements-dev.in
django-debug-toolbar==4.4.2
# via -r requirements-dev.in
filelock==3.15.1
filelock==3.14.0
# via virtualenv
greenlet==3.0.3
# via bpython
@ -66,7 +66,7 @@ h11==0.14.0
# via
# -c constraints.txt
# wsproto
hypothesis==6.103.2
hypothesis==6.103.1
# via -r requirements-dev.in
identify==2.5.36
# via pre-commit
@ -155,7 +155,7 @@ requests==2.32.3
# bpython
# pytest-base-url
# pytest-selenium
ruff==0.4.9
ruff==0.4.8
# via -r requirements-dev.in
selenium==4.21.0
# via
@ -177,7 +177,7 @@ sqlparse==0.5.0
# -c constraints.txt
# django
# django-debug-toolbar
tenacity==8.4.1
tenacity==8.3.0
# via pytest-selenium
trio==0.25.1
# via
@ -192,7 +192,7 @@ typing-extensions==4.12.2
# via
# -c constraints.txt
# selenium
urllib3[socks]==2.2.2
urllib3[socks]==2.2.1
# via
# -c constraints.txt
# requests

View file

@ -83,7 +83,7 @@ trio-websocket==0.11.1
# via selenium
typing-extensions==4.12.2
# via selenium
urllib3[socks]==2.2.2
urllib3[socks]==2.2.1
# via
# django-anymail
# requests