diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-10 07:13:51 +0000 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-01-21 16:12:27 +0100 |
| commit | 1fde000499a56a77dd1d1f1fc1c10302cec93d97 (patch) | |
| tree | 84e40f3d5f9197369d6aa18b89ba9eae2ec9257f | |
| parent | 8731e37796d686044084b14cebbb043b522061d4 (diff) | |
[upd] pypi: Bump pygments from 2.18.0 to 2.19.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1)
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e8cf3bd95..533fa3edb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==4.0.0 flask==3.1.0 jinja2==3.1.5 lxml==5.3.0 -pygments==2.18.0 +pygments==2.19.1 python-dateutil==2.9.0.post0 pyyaml==6.0.2 httpx[http2]==0.24.1 |