Skip to content

Commit

Permalink
[misc] Bump the prod-deps group in /requirements with 5 updates (#1211)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [argcomplete](https://github.com/kislyuk/argcomplete) | `3.2.1` | `3.2.2` |
| [daiquiri](https://github.com/Mergifyio/daiquiri) | `3.2.3` | `3.2.5.1` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `9.0.0` | `10.2.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.3.0` | `1.4.0` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.1.1` | `2.2.0` |


Updates `argcomplete` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
- [Commits](kislyuk/argcomplete@v3.2.1...v3.2.2)

Updates `daiquiri` from 3.2.3 to 3.2.5.1
- [Release notes](https://github.com/Mergifyio/daiquiri/releases)
- [Commits](Mergifyio/daiquiri@3.2.3...3.2.5.1)

Updates `more-itertools` from 9.0.0 to 10.2.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v9.0.0...v10.2.0)

Updates `pluggy` from 1.3.0 to 1.4.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.3.0...1.4.0)

Updates `pygithub` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: daiquiri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pluggy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 3c4374e commit 9504bec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appdirs==1.4.4
argcomplete==3.2.1
argcomplete==3.2.2
bullet==2.2.0
daiquiri==3.2.3
daiquiri==3.2.5.1
gitpython==3.1.41
more-itertools==9.0.0
pluggy==1.3.0
pygithub==2.1.1
more-itertools==10.2.0
pluggy==1.4.0
pygithub==2.2.0
python-gitlab==4.4.0
tabulate==0.9.0
tqdm==4.66.1
Expand Down

0 comments on commit 9504bec

Please sign in to comment.