Skip to content

Commit

Permalink
Merge branch 'main' into build
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge authored Dec 12, 2023
2 parents 4e8c2f7 + d9037aa commit 52b5e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /app

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
idna==3.4
idna==3.6
# via requests
requests==2.31.0
# via nexus-allowlist (pyproject.toml)
urllib3==2.0.5
urllib3==2.1.0
# via requests

0 comments on commit 52b5e8e

Please sign in to comment.