Skip to content

Commit

Permalink
Merge pull request #260 from browserstack/dependabot/pip/mysql-connec…
Browse files Browse the repository at this point in the history
…tor-python-9.1.0

build(deps): bump mysql-connector-python from 8.0.26 to 9.1.0
  • Loading branch information
vedharish authored Nov 7, 2024
2 parents d0aa03c + 9330d2c commit dfb5f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pytest-mock==3.10.0
pylama==8.4.1
semgrep==1.85.0
mysqlclient==2.1.1
mysql-connector-python==8.0.26
mysql-connector-python==9.1.0
django-celery-results==2.4.0
sqlalchemy==1.4.45
redis==4.4.4
Expand Down

0 comments on commit dfb5f65

Please sign in to comment.