Skip to content

Commit

Permalink
Bump the testing group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the testing group with 8 updates in the /scripts directory:

| Package | From | To |
| --- | --- | --- |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [mako](https://github.com/sqlalchemy/mako) | `1.3.5` | `1.3.6` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` |
| [parse-type](https://github.com/jenisys/parse_type) | `0.6.3` | `0.6.4` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) | `7.2.0` | `7.3.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |



Updates `idna` from 3.8 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.10)

Updates `mako` from 1.3.5 to 1.3.6
- [Release notes](https://github.com/sqlalchemy/mako/releases)
- [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/mako/commits)

Updates `markupsafe` from 2.1.5 to 3.0.2
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.5...3.0.2)

Updates `parse-type` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/jenisys/parse_type/releases)
- [Changelog](https://github.com/jenisys/parse_type/blob/main/CHANGES.txt)
- [Commits](jenisys/parse_type@v0.6.3...v0.6.4)

Updates `pyparsing` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.4...3.2.0)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `pytest-bdd` from 7.2.0 to 7.3.0
- [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-bdd@7.2.0...7.3.0)

Updates `urllib3` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: mako
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: parse-type
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: pytest-bdd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 67ede70 commit 3843368
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ deepdiff==8.0.1
gitdb==4.0.11
GitPython==3.1.43
glob2==0.7
idna==3.8
idna==3.10
iniconfig==2.0.0
mako==1.3.5
MarkupSafe==2.1.5
mako==1.3.6
MarkupSafe==3.0.2
packaging==24.1
parse==1.20.2
parse-type==0.6.3
parse-type==0.6.4
pluggy==1.5.0
PyGithub==2.4.0
pyparsing==3.1.4
pytest==8.3.2
pytest-bdd==7.2.0
pyparsing==3.2.0
pytest==8.3.3
pytest-bdd==7.3.0
PyYAML==6.0.2
requests==2.32.3
retrying==1.3.4
semver==3.0.2
six==1.16.0
smmap==5.0.1
toml==0.10.2
urllib3==2.2.2
urllib3==2.2.3
six==1.16.0

0 comments on commit 3843368

Please sign in to comment.