summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-18 20:00:37 +0200
committerGitHub <noreply@github.com>2025-08-18 20:00:37 +0200
commit547d9dcee77885f7414bc8c26276acc0f4368646 (patch)
treedbc6eceabdb609b163ad0f3927a8075fe8cbb620
parent4304150d7f626738b90bb915cb266960daa9088a (diff)
[upd] pypi: Bump the minor group across 1 directory with 2 updates (#5126)
Bumps the minor group with 2 updates in the / directory: [valkey](https://github.com/valkey-io/valkey-py) and [selenium](https://github.com/SeleniumHQ/Selenium). Updates `valkey` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/valkey-io/valkey-py/releases) - [Commits](https://github.com/valkey-io/valkey-py/compare/v6.1.0...v6.1.1) Updates `selenium` from 4.34.2 to 4.35.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.35.0) --- updated-dependencies: - dependency-name: valkey dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: selenium dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements-dev.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 661472332..ea97688b8 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,7 +4,7 @@ cov-core==1.15.0
black==24.3.0
pylint==3.3.7
splinter==0.21.0
-selenium==4.34.2
+selenium==4.35.0
Pallets-Sphinx-Themes==2.3.0
Sphinx==7.4.7
sphinx-issues==5.0.1
diff --git a/requirements.txt b/requirements.txt
index 08f52159a..e28dba371 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,7 @@ httpx-socks[asyncio]==0.10.0
Brotli==1.1.0
uvloop==0.21.0
setproctitle==1.3.6
-valkey==6.1.0
+valkey==6.1.1
markdown-it-py==3.0.0
fasttext-predict==0.9.2.4
tomli==2.2.1; python_version < '3.11'