Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Nov 4, 2024
1 parent 603240c commit 2277718
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/backend_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'

- name: Install Black with latest pip
Expand All @@ -55,10 +55,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'

- name: Install Black & Ruff with latest pip
Expand All @@ -77,10 +77,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'

- name: Install dependencies
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
cache: 'pip'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ would like the UI to look like if you are suggesting new UI elements.

### Programming languages

- Backend: [Python3.11](https://www.python.org/)
- Backend: [Python3.12](https://www.python.org/)

### Platforms

Expand Down
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ exclude = [
# Same as Black.
line-length = 120

# Assume Python 3.11.
target-version = "py311"
# Assume Python 3.12.
target-version = "py312"


[lint]
Expand Down
26 changes: 13 additions & 13 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ black==24.10.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.35.37
boto3==1.35.54
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.37
botocore==1.35.54
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -45,19 +45,19 @@ click==8.1.7
# via
# black
# pip-tools
coverage==7.6.2
coverage==7.6.4
# via pytest-cov
croniter==3.0.3
croniter==3.0.4
# via -r requirements.txt
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements.txt
# pyjwt
cssselect2==0.7.0
# via
# -r requirements.txt
# svglib
debugpy==1.8.6
debugpy==1.8.7
# via -r requirements-dev.in
django==5.1.2
# via
Expand All @@ -82,7 +82,7 @@ django-picklefield==3.2
# via
# -r requirements.txt
# django-q2
django-q2==1.7.2
django-q2==1.7.4
# via -r requirements.txt
django-recaptcha==4.0.0
# via -r requirements.txt
Expand All @@ -100,7 +100,7 @@ execnet==2.1.1
# via pytest-xdist
faker==30.3.0
# via -r requirements-dev.in
gevent==24.10.1
gevent==24.10.3
# via -r requirements.txt
greenlet==3.1.1
# via
Expand All @@ -125,7 +125,7 @@ lxml==5.3.0
# via
# -r requirements.txt
# svglib
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements.txt
# jinja2
Expand All @@ -142,7 +142,7 @@ packaging==24.1
# pytest
pathspec==0.12.1
# via black
pillow==10.4.0
pillow==11.0.0
# via
# -r requirements.txt
# reportlab
Expand All @@ -154,7 +154,7 @@ pluggy==1.5.0
# via pytest
psutil==6.0.0
# via -r requirements.txt
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.txt
pycognito==2024.5.1
# via -r requirements.txt
Expand Down Expand Up @@ -231,7 +231,7 @@ sqlparse==0.5.1
# django
svglib==1.5.1
# via -r requirements.txt
tinycss2==1.3.0
tinycss2==1.4.0
# via
# -r requirements.txt
# cssselect2
Expand Down Expand Up @@ -261,7 +261,7 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==7.0.3
zope-interface==7.1.1
# via
# -r requirements.txt
# gevent
Expand Down
22 changes: 11 additions & 11 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.35.37
boto3==1.35.54
# via
# django-ses
# django-storages
# pycognito
botocore==1.35.37
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -27,9 +27,9 @@ chardet==5.2.0
# via reportlab
charset-normalizer==3.4.0
# via requests
croniter==3.0.3
croniter==3.0.4
# via -r requirements.in
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements.in
# pyjwt
Expand Down Expand Up @@ -57,7 +57,7 @@ django-localflavor==4.0
# via -r requirements.in
django-picklefield==3.2
# via django-q2
django-q2==1.7.2
django-q2==1.7.4
# via -r requirements.in
django-recaptcha==4.0.0
# via -r requirements.in
Expand All @@ -69,7 +69,7 @@ django-unfold==0.40.0
# via -r requirements.in
envs==1.4
# via pycognito
gevent==24.10.1
gevent==24.10.3
# via -r requirements.in
greenlet==3.1.1
# via gevent
Expand All @@ -85,17 +85,17 @@ jmespath==1.0.1
# botocore
lxml==5.3.0
# via svglib
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
ngohub==0.0.9
# via -r requirements.in
packaging==24.1
# via gunicorn
pillow==10.4.0
pillow==11.0.0
# via reportlab
psutil==6.0.0
# via -r requirements.in
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.in
pycognito==2024.5.1
# via -r requirements.in
Expand Down Expand Up @@ -137,7 +137,7 @@ sqlparse==0.5.1
# via django
svglib==1.5.1
# via -r requirements.in
tinycss2==1.3.0
tinycss2==1.4.0
# via
# cssselect2
# svglib
Expand All @@ -156,7 +156,7 @@ whitenoise==6.7.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==7.0.3
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions docker/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=20.17.0
ARG PYTHON_VERSION=3.12.6
ARG NODE_VERSION=20.18.0
ARG PYTHON_VERSION=3.12.7


FROM node:${NODE_VERSION}-bookworm as frontend

Check warning on line 5 in docker/dockerfiles/Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker image / Build and push image to registry

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=20.17.0
ARG NODE_VERSION=20.18.0

FROM node:${NODE_VERSION}-bookworm-slim

Expand Down

0 comments on commit 2277718

Please sign in to comment.