Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 2 updates (#1530)
Browse files Browse the repository at this point in the history
* Bump the minor-patch-dependencies group with 2 updates

Bumps the minor-patch-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/).


Updates `ruff` from 0.9.3 to 0.9.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.3...0.9.4)

Updates `beautifulsoup4` from 4.12.3 to 4.13.1

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: beautifulsoup4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove blocked_pages check (see mozilla-services/cloudops-infra#5052)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Leplatre <[email protected]>
  • Loading branch information
dependabot[bot] and leplatrem authored Feb 3, 2025
1 parent 5a25608 commit 3d11988
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 193 deletions.
72 changes: 0 additions & 72 deletions checks/remotesettings/blocked_pages.py

This file was deleted.

49 changes: 25 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ responses = "^0.25.6"
types-toml = "^0.10.8"
types-requests = "^2.32.0"
types-termcolor = "^1.1.6"
ruff = "^0.9.3"
ruff = "^0.9.4"
detect-secrets = "^1.5.0"

[tool.poetry.group.remotesettings]
Expand All @@ -40,7 +40,7 @@ kinto-http = "^11.7.1"
cryptography = "^44.0.0"
websockets = "^14.2"
requests = "^2.32.3"
beautifulsoup4 = "^4.12.3"
beautifulsoup4 = "^4.13.1"
autograph-utils = "^1.0.1"
canonicaljson-rs = "^0.6.0"

Expand Down
95 changes: 0 additions & 95 deletions tests/checks/remotesettings/test_blocked_pages.py

This file was deleted.

0 comments on commit 3d11988

Please sign in to comment.