Is it OK that a conditional check on pre-commit; python_version was dropped in
the first commit?
```diff
diff --git requirements.txt requirements.txt
index be44e8c04..fa1b2e8c4 100644
--- requirements.txt
+++ requirements.txt
@@ -17,9 +17,7 @@ beautifulsoup4==4.12.3
# -r requirements.in
# webtest
bleach[css]==6.1.0
- # via
- # bleach
- # pypeline
+ # via pypeline
certifi==2024.7.4
# via requests
cffi==1.16.0
@@ -142,9 +140,8 @@ platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via pytest
-pre-commit==3.5.0 ; python_version < "3.9"
-# via -r requirements.in
pre-commit==3.7.0 ; python_version >= "3.9"
+ # via -r requirements.in
profanityfilter==2.0.6
# via -r requirements.in
pycparser==2.22
```
---
**[tickets:#8567] Upgrade Python packages**
**Status:** in-progress
**Milestone:** unreleased
**Created:** Fri Jul 19, 2024 06:42 PM UTC by Guillermo Cruz
**Last Updated:** Fri Jul 19, 2024 06:42 PM UTC
**Owner:** Guillermo Cruz
Like every 4 months upgrade packages and run tests
---
Sent from forge-allura.apache.org because [email protected] is subscribed
to https://forge-allura.apache.org/p/allura/tickets/
To unsubscribe from further messages, a project admin can change settings at
https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is
a mailing list, you can unsubscribe from the mailing list.