From bcf97badfe694f73b3c472198aaa5e294c9b77f3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Mar 2025 16:52:30 +0100
Subject: [PATCH] chore(deps): bump virtualenv from 20.25.0 to 20.26.6 in
/engine (#5411)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to
20.26.6.
Release notes
Sourced from virtualenv's
releases.
20.26.6
What's Changed
New Contributors
Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.5...20.26.6
20.26.5
What's Changed
Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.4...20.26.5
20.26.4
What's Changed
New Contributors
Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.3...20.26.4
20.26.3
What's Changed
Full Changelog: https://github.com/pypa/virtualenv/compare/20.26.2...20.26.3
20.26.2
... (truncated)
Changelog
Sourced from virtualenv's
changelog.
v20.26.6 (2024-09-27)
Bugfixes - 20.26.6
- Properly quote string placeholders in activation script
templates to mitigate
potential command injection - by :user:`y5c4l3`. (:issue:`2768`)
v20.26.5 (2024-09-17)
Bugfixes - 20.26.5
- Upgrade embedded wheels: setuptools to
75.1.0 from
74.1.2 - by :user:gaborbernat.
(:issue:2765)
v20.26.4 (2024-09-07)
Bugfixes - 20.26.4
- no longer create `()` output in console during activation
of a virtualenv by .bat file. (:issue:`2728`)
- Upgrade embedded wheels:
- wheel to
0.44.0 from 0.43.0
- pip to
24.2 from 24.1
- setuptools to
74.1.2 from 70.1.0
(:issue:2760)
v20.26.3 (2024-06-21)
Bugfixes - 20.26.3
-
Upgrade embedded wheels:
- setuptools to
70.1.0 from 69.5.1
- pip to
24.1 from 24.0
(:issue:2741)
v20.26.2 (2024-05-13)
Bugfixes - 20.26.2
- ``virtualenv.pyz`` no longer fails when zipapp path
contains a symlink - by :user:`HandSonic` and :user:`petamas`.
(:issue:`1949`)
- Fix bad return code from activate.sh if hashing is disabled - by
:user:'fenkes-ibm'. (:issue:`2717`)
v20.26.1 (2024-04-29)
Bugfixes - 20.26.1
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/grafana/oncall/network/alerts).
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: twu <199651+twu@users.noreply.github.com>
Co-authored-by: Thomas Wurmitzer
---
engine/requirements-dev.txt | 10 ++++------
engine/requirements.in | 2 +-
engine/requirements.txt | 6 +++++-
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/engine/requirements-dev.txt b/engine/requirements-dev.txt
index 8b9099a4..6057770c 100644
--- a/engine/requirements-dev.txt
+++ b/engine/requirements-dev.txt
@@ -25,14 +25,14 @@ django==4.2.19
# django-stubs-ext
django-filter-stubs==0.1.3
# via -r requirements-dev.in
-django-stubs==4.2.2
+django-stubs[compatible-mypy]==4.2.2
# via
# -r requirements-dev.in
# django-filter-stubs
# djangorestframework-stubs
django-stubs-ext==4.2.7
# via django-stubs
-djangorestframework-stubs==3.14.2
+djangorestframework-stubs[compatible-mypy]==3.14.2
# via
# -r requirements-dev.in
# django-filter-stubs
@@ -99,7 +99,7 @@ pytest-factoryboy==2.7.0
# via -r requirements-dev.in
pytest-socket==0.7.0
# via -r requirements-dev.in
-pytest-xdist==3.6.1
+pytest-xdist[psutil]==3.6.1
# via -r requirements-dev.in
python-dateutil==2.8.2
# via
@@ -113,8 +113,6 @@ requests==2.32.3
# via
# -c requirements.txt
# djangorestframework-stubs
-setuptools==75.3.0
- # via nodeenv
six==1.16.0
# via
# -c requirements.txt
@@ -161,5 +159,5 @@ urllib3==1.26.19
# via
# -c requirements.txt
# requests
-virtualenv==20.25.0
+virtualenv==20.26.6
# via pre-commit
diff --git a/engine/requirements.in b/engine/requirements.in
index 649bffa7..0714f90c 100644
--- a/engine/requirements.in
+++ b/engine/requirements.in
@@ -58,7 +58,7 @@ slack_sdk==3.21.3
social-auth-app-django==5.4.1
twilio~=6.37.0
urllib3==1.26.19
-uwsgi==2.0.26
+uwsgi==2.0.28
whitenoise==5.3.0
google-api-python-client==2.122.0
google-auth-httplib2==0.2.0
diff --git a/engine/requirements.txt b/engine/requirements.txt
index 07f80b51..cc7d3641 100644
--- a/engine/requirements.txt
+++ b/engine/requirements.txt
@@ -414,6 +414,10 @@ rsa==4.9
# via google-auth
s3transfer==0.10.0
# via boto3
+setuptools==76.0.0
+ # via
+ # apscheduler
+ # opentelemetry-instrumentation
six==1.16.0
# via
# apscheduler
@@ -459,7 +463,7 @@ urllib3==1.26.19
# botocore
# django-anymail
# requests
-uwsgi==2.0.26
+uwsgi==2.0.28
# via -r requirements.in
vine==5.1.0
# via