Skip to content

Commit

Permalink
Merge branch 'master' into add_fr_cards_translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork authored Feb 21, 2024
2 parents 3f01cdd + c48e029 commit 8e52345
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_card_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: |
pip install -r requirements.txt
pip install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: |
pip install -r requirements.txt
pip install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: repo
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install dominion-dividers
run: |
cd repo
Expand Down
46 changes: 23 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-emit-index-url --resolver=backtracking requirements.in
# pip-compile --no-emit-index-url requirements.in
#
attrs==22.2.0
# via pytest
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
cloudpickle==2.2.0
chardet==5.2.0
# via reportlab
cloudpickle==3.0.0
# via -r requirements.in
configargparse==1.5.3
configargparse==1.7
# via -r requirements.in
distlib==0.3.6
distlib==0.3.8
# via virtualenv
exceptiongroup==1.1.0
exceptiongroup==1.2.0
# via pytest
filelock==3.9.0
filelock==3.13.1
# via virtualenv
identify==2.5.11
identify==2.5.34
# via pre-commit
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
nodeenv==1.7.0
nodeenv==1.8.0
# via pre-commit
packaging==22.0
packaging==23.2
# via pytest
pillow==9.3.0
pillow==10.2.0
# via
# -r requirements.in
# reportlab
platformdirs==2.6.2
platformdirs==4.2.0
# via virtualenv
pluggy==1.0.0
pluggy==1.4.0
# via pytest
pre-commit==2.21.0
pre-commit==3.6.1
# via -r requirements.in
pytest==7.2.0
pytest==8.0.0
# via -r requirements.in
pyyaml==6.0
pyyaml==6.0.1
# via pre-commit
reportlab==3.6.12
reportlab==4.1.0
# via -r requirements.in
tomli==2.0.1
# via pytest
virtualenv==20.17.1
virtualenv==20.25.0
# via pre-commit

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 8e52345

Please sign in to comment.