Skip to content

Commit

Permalink
Merge pull request #1742 from opencybersecurityalliance/dependabot/pi…
Browse files Browse the repository at this point in the history
…p/stix_shifter_modules/mysql/mysql-connector-python-9.1.0

Bump mysql-connector-python from 8.0.25 to 9.1.0 in /stix_shifter_modules/mysql
  • Loading branch information
DerekRushton authored Oct 29, 2024
2 parents ad8aeb9 + 51c199f commit b9e0e0a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Run unittest
run: |
pip install pytest
pytest -vv
pytest -vv
2 changes: 1 addition & 1 deletion bundle_validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can easily validate your stix bundle file by following the below steps:

The following needs to be installed on your local machine:

* Python 3.8 or greater
* Python 3.9 or greater
* git
* [`stix2-validator`](https://github.com/oasis-open/cti-stix-validator) python library

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The recommended method for installing stix-shifter is via pip. Two prerequisite

### Dependencies

STIX-shifter requries Python 3.8 or greater. See the [requirements file](../stix_shifter/requirements.txt) for library dependencies.
STIX-shifter requries Python 3.9 or greater. See the [requirements file](../stix_shifter/requirements.txt) for library dependencies.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/lab/cli_lab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"\n",
"### Prerequisites\n",
"\n",
"* Python 3.8 or greater\n",
"* Python 3.9 or greater\n",
"* pip\n",
"* git\n",
"* `virtualenv` python library\n",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# good
print(sys.version)
else:
print("Error: stix-shifter requires python 3.8 or greater")
print("Error: stix-shifter requires python 3.9 or greater")
exit(1)


Expand Down Expand Up @@ -165,8 +165,8 @@ def fill_connectors(projects, modules_path):
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
'classifiers': [ # Optional
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
'keywords': 'datasource stix translate transform transmit', # Optional
'packages': packages, # Required
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter_modules/demo_template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mysql-connector-python==8.0.25
mysql-connector-python==9.1.0
2 changes: 1 addition & 1 deletion stix_shifter_modules/mysql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mysql-connector-python==8.0.25
mysql-connector-python==9.1.0

0 comments on commit b9e0e0a

Please sign in to comment.