Skip to content

Commit

Permalink
Python 3.8.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Nov 8, 2024
1 parent 053fddf commit 71e62e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ nodeenv==1.6.0
# via pre-commit
pre-commit==2.13.0
# via -r dev-requirements.in
pyyaml==6.0.2
pyyaml==5.4.1
# via pre-commit
six==1.16.0
# via
# -c requirements.txt
# virtualenv
toml==0.10.2
# via pre-commit
virtualenv==20.27.1
virtualenv==20.4.7
# via pre-commit
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==11.0.0
pillow==10.4.0
# via
# -r requirements.in
# django-versatileimagefield
Expand All @@ -157,7 +157,7 @@ prompt-toolkit==3.0.18
# via
# click-repl
# ipython
psycopg2==2.9.10
psycopg2==2.9.9
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -185,7 +185,7 @@ python-dotenv==0.17.1
# via -r requirements.in
python-magic==0.4.27
# via django-versatileimagefield
pytz==2024.2
pytz==2021.1
# via
# django
# django-recurrence
Expand Down

0 comments on commit 71e62e1

Please sign in to comment.