Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build(deps): bump the general group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the general group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pbr](https://docs.openstack.org/pbr/latest/) | `6.0.0` | `6.1.0` |
| [pefile](https://github.com/erocarrera/pefile) | `2023.2.7` | `2024.8.26` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.2` | `3.1.4` |
| [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `74.0.0` |
| [zope-interface](https://github.com/zopefoundation/zope.interface) | `7.0.1` | `7.0.3` |



Updates `pbr` from 6.0.0 to 6.1.0

Updates `pefile` from 2023.2.7 to 2024.8.26
- [Release notes](https://github.com/erocarrera/pefile/releases)
- [Commits](erocarrera/pefile@v2023.2.7...v2024.8.26)

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

Updates `setuptools` from 73.0.1 to 74.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v74.0.0)

Updates `zope-interface` from 7.0.1 to 7.0.3
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@7.0.1...7.0.3)

---
updated-dependencies:
- dependency-name: pbr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general
- dependency-name: pefile
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: general
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: general
- dependency-name: zope-interface
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 97ad250 commit 51d7b6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ nbformat==5.10.4
packaging==24.1
pandocfilters==1.5.1
parso==0.8.4
pbr==6.0.0
pefile==2023.2.7
pbr==6.1.0
pefile==2024.8.26
pickleshare==0.7.5
pillow==10.4.0
pip==24.2
Expand All @@ -61,7 +61,7 @@ Pygments==2.18.0
pyinstaller==6.10.0
pyinstaller-hooks-contrib==2024.8
PyNaCl==1.5.0
pyparsing==3.1.2
pyparsing==3.1.4
pypiwin32==223
PySimpleGUI==5.0.6
python-dateutil==2.9.0.post0
Expand All @@ -74,7 +74,7 @@ regex==2024.7.24
requests==2.32.3
rpds-py==0.20.0
rsa==4.9
setuptools==73.0.1
setuptools==74.0.0
six==1.16.0
soupsieve==2.6
stack-data==0.6.3
Expand All @@ -89,5 +89,5 @@ whichcraft==0.6.1
wrapt==1.16.0
yarg==0.1.10
zope.event==5.0
zope.interface==7.0.1
zope.interface==7.0.3
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 51d7b6b

Please sign in to comment.