Skip to content

Commit dfb5f65

Browse files
authored
Merge pull request #260 from browserstack/dependabot/pip/mysql-connector-python-9.1.0
build(deps): bump mysql-connector-python from 8.0.26 to 9.1.0
2 parents d0aa03c + 9330d2c commit dfb5f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.8', '3.9', '3.10', '3.11']
8+
python-version: ['3.9', '3.10', '3.11']
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Set up Python ${{ matrix.python-version }}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pytest-mock==3.10.0
9898
pylama==8.4.1
9999
semgrep==1.85.0
100100
mysqlclient==2.1.1
101-
mysql-connector-python==8.0.26
101+
mysql-connector-python==9.1.0
102102
django-celery-results==2.4.0
103103
sqlalchemy==1.4.45
104104
redis==4.4.4

0 commit comments

Comments
 (0)