Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#109)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements

* fix: drop python 3.8

---------

Co-authored-by: Irtaza Akram <[email protected]>
  • Loading branch information
edx-requirements-bot and irtazaakram authored Jul 29, 2024
1 parent 73bf0d0 commit c517b2d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
toxenv: [django42, quality]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

- name: Install pip
run: pip install pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.34.148
boto3==1.34.149
# via fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.148
boto3==1.34.149
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -303,7 +303,7 @@ pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-django
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.34.148
boto3==1.34.149
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ openedx-django-pyfs==3.6.0
# xblock
openedx-filters==1.9.0
# via -r requirements/base.txt
path==16.14.0
path==17.0.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.15.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.148
boto3==1.34.149
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# -r requirements/base.txt
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==71.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.148
boto3==1.34.149
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.148
boto3==1.34.149
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.148
botocore==1.34.149
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -193,7 +193,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements/test.in
# pytest-django
Expand Down

0 comments on commit c517b2d

Please sign in to comment.