Skip to content

Commit

Permalink
Bump setuptools from 69.2.0 to 69.5.1 in /src/backend (#7041)
Browse files Browse the repository at this point in the history
* Bump setuptools from 69.2.0 to 69.5.1 in /src/backend

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 69.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v69.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix req

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
  • Loading branch information
dependabot[bot] and matmair committed Apr 16, 2024
1 parent b3f6c8f commit 477765d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/requirements-dev.txt
Expand Up @@ -63,7 +63,7 @@ pyyaml==6.0.1
# via pre-commit
requests==2.31.0
# via coveralls
setuptools==69.2.0
setuptools==69.5.1
# via
# nodeenv
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion src/backend/requirements.txt
Expand Up @@ -294,7 +294,7 @@ rpds-py==0.18.0
# referencing
sentry-sdk==1.44.1
# via django-q-sentry
setuptools==69.2.0
setuptools==69.5.1
# via
# django-money
# opentelemetry-instrumentation
Expand Down

0 comments on commit 477765d

Please sign in to comment.