Skip to content

feat: [CINF-4627] Bump urllib version#104

Merged
YevherniiFeshchenko merged 2 commits into
masterfrom
feat/cinf-4627_bump_urllib_version
Sep 4, 2025
Merged

feat: [CINF-4627] Bump urllib version#104
YevherniiFeshchenko merged 2 commits into
masterfrom
feat/cinf-4627_bump_urllib_version

Conversation

@YevherniiFeshchenko

@YevherniiFeshchenko YevherniiFeshchenko commented Sep 3, 2025

Copy link
Copy Markdown
Contributor

Rationale

CINF-4627

Internal dependency urllib has significant vulnerability and needs to be fixed.
Fixed version is 2.5.0 which supports Python starting from 3.9
Since we don't have apps which use python 3.8 anymore - this version was deprecated.

Also internal tooling was upgraded to more modern and simpler approach.

Changes

  • Replaced setup.py, setup.cfg, requirements-lint.txt and requirements-test.txt with modern unified pyproject.toml
  • Replaced flake8, autoflake, isort and black with ruff
  • Updated makefile
  • Upgraded urlllib3 version to 2.5.0
  • Deprecated support of Python 3.8

@YevherniiFeshchenko YevherniiFeshchenko force-pushed the feat/cinf-4627_bump_urllib_version branch 8 times, most recently from e0f18d5 to e168f6c Compare September 4, 2025 09:24
@YevherniiFeshchenko YevherniiFeshchenko force-pushed the feat/cinf-4627_bump_urllib_version branch from e168f6c to b5c994d Compare September 4, 2025 09:29
@YevherniiFeshchenko YevherniiFeshchenko marked this pull request as ready for review September 4, 2025 09:40
@YevherniiFeshchenko YevherniiFeshchenko force-pushed the feat/cinf-4627_bump_urllib_version branch from fabf765 to aea9045 Compare September 4, 2025 09:46
Comment thread src/version.py Outdated
@YevherniiFeshchenko YevherniiFeshchenko force-pushed the feat/cinf-4627_bump_urllib_version branch from aea9045 to d87e8d9 Compare September 4, 2025 10:15

@smoke smoke left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@YevherniiFeshchenko YevherniiFeshchenko merged commit 7619197 into master Sep 4, 2025
14 checks passed
@YevherniiFeshchenko YevherniiFeshchenko deleted the feat/cinf-4627_bump_urllib_version branch September 4, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants