Skip to content

Commit

Permalink
Updating deps, update actions with matching dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDearlove committed Mar 9, 2024
1 parent 6e934ab commit b83f6d1
Show file tree
Hide file tree
Showing 5 changed files with 851 additions and 782 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
options: "--check --verbose"
src: "./uqcsbot"
version: "23.3.0"
version: "23.12.1"

- name: Convert logs to artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PYTHON_VERSION: '3.10'
POETRY_VERSION: '1.4.2'
POETRY_VERSION: '1.7.1'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_NO_INTERACTION=1 \
POETRY_VERSION=1.4.2 \
POETRY_VERSION=1.7.1 \
POETRY_VIRTUALENVS_IN_PROJECT=1 \
POETRY_CACHE_DIR='/var/cache/pypoetry'

Expand Down
Loading

0 comments on commit b83f6d1

Please sign in to comment.