#8567 Upgrade Python packages

unreleased
closed
None
General
nobody
2024-07-31
2024-07-19
No

Like every 4 months upgrade packages and run tests

Discussion

  • Dillon Walls - 2024-07-25

    Is it OK that a conditional check on pre-commit; python_version was dropped in the first commit?

    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
    
     

    Last edit: Dillon Walls 2024-07-25
  • Dillon Walls - 2024-07-31
    • status: in-progress --> closed
     
  • Dillon Walls - 2024-07-31

    merged

     

Log in to post a comment.