diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2026-08-12 01:34:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-12 01:34:08 +0200 |
| commit | 54613defc7d4cbbc1d8ec3ba269b90717eab0958 (patch) | |
| tree | 97d55c3a0c32a6d760418c66ab340ef34e8c90be | |
| parent | e8e710e42a3ab2bce27d1f97e51d8d4ccaa80871 (diff) | |
Revert "[upd] pypi: Bump the minor group across 1 directory with 3 updates (#…" (#6515)
This reverts commit e8e710e42a3ab2bce27d1f97e51d8d4ccaa80871.
| -rw-r--r-- | requirements-dev.txt | 4 | ||||
| -rw-r--r-- | requirements-server.txt | 4 | ||||
| -rw-r--r-- | requirements.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 4b5c6abe9..2fb65df5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,11 +18,11 @@ myst-parser==5.0.0 linuxdoc==20260504 aiounittest==1.5.0 yamllint==1.38.0 -wlc==2.1.1 +wlc==2.1.0 coloredlogs==15.0.1 docutils>=0.21.2;python_version <= "3.11" docutils>=0.22.4; python_version > "3.11" parameterized==0.9.0 -granian[reload]==2.8.0 +granian[reload]==2.7.9 basedpyright==1.39.9 types-lxml==2026.2.16 diff --git a/requirements-server.txt b/requirements-server.txt index 0e36374ca..40dff8c33 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -1,2 +1,2 @@ -granian==2.8.0 -granian[pname]==2.8.0 +granian==2.7.9 +granian[pname]==2.7.9 diff --git a/requirements.txt b/requirements.txt index e9914a63f..9e94e7649 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ sniffio==1.3.1 valkey==6.1.1 markdown-it-py==4.2.0 msgspec==0.21.1 -typer==0.27.1 +typer==0.27.0 isodate==0.7.2 whitenoise==6.12.0 typing-extensions==4.16.0 |
