Skip to content

⬆ Bump the python-packages group with 12 updates#2

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-packages-999ee457e7
Open

⬆ Bump the python-packages group with 12 updates#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python-packages-999ee457e7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on beautifulsoup4, colorama, dnslib, dnspython, ipwhois, netaddr, pymongo, pyopenssl, shodan, tld, selenium and censys to permit the latest version.
Updates beautifulsoup4 to 4.14.3

Updates colorama to 0.4.6

Changelog

Sourced from colorama's changelog.

0.4.6 Current release

  • tartley/colorama#139 Add alternative to 'init()', called 'just_fix_windows_console'. This fixes many longstanding problems with 'init', such as working incorrectly on modern Windows terminals, and wonkiness when init gets called multiple times. The intention is that it just makes all Windows terminals treat ANSI the same way as other terminals do. Many thanks the njsmith for fixing our messes.
  • tartley/colorama#352 Support Windows 10's ANSI/VT console. This didn't exist when Colorama was created, and avoiding us causing havok there is long overdue. Thanks to segeviner for the initial approach, and to njsmith for getting it merged.
  • tartley/colorama#338 Internal overhaul of package metadata declaration, which abolishes our use of the now heavily discouraged setuptools (and hence setup.py, setup.cfg and MANIFEST.in), in favor of hatchling (and hence pyproject.toml), generously contributed by ofek (author of hatchling). This includes dropping support Python3.5 and 3.6, which are EOL, and were already dropped from setuptools, so this should not affect our users.
  • tartley/colorama#353 Attention to detail award to LqdBcnAtWork for a spelling fix in demo06 0.4.5
  • Catch a racy ValueError that could occur on exit.
  • Create README-hacking.md, for Colorama contributors.
  • Tweak some README unicode characters that don't render correctly on PyPI.
  • Fix some tests that were failing on some operating systems.
  • Add support for Python 3.9.
  • Add support for PyPy3.
  • Add support for pickling with the dill module. 0.4.4
  • Re-org of README, to put the most insteresting parts near the top.
  • Added Linux makefile targets and Windows powershell scripts to automate bootstrapping a development environment, and automate the process of testing wheels before they are uploaded to PyPI.
  • Use stdlib unittest.mock where available
  • Travis CI now also builds on arm64
  • Demo06 demonstrates existing cursor positioning feature
  • Fix OSC regex & handling to prevent hang or crash
  • Document enterprise support by Tidelift 0.4.3
  • Fix release 0.4.2 which was uploaded with missing files. 0.4.2 BROKEN DO NOT USE
  • #228: Drop support for EOL Python 3.4, and add 3.7 and 3.8. Thanks to hugovk.
  • Several additions and fixes to documentation and metadata.
  • Added Tidelift subscription information. 0.4.1
  • Fix issue #196: prevent exponential number of calls when calling 'init' multiple times. Reported by bbayles and fixed by Delgan. 0.4.0
  • Fix issue #142: reset LIGHT_EX colors with RESET_ALL. Reported by Delgan

... (truncated)

Commits
  • 3de9f01 bump version 0.4.6
  • a45949b Format the CHANGELOG bullet list, no content change
  • f55f72e comment need for a fix after recent MP broke it
  • cb83041 fix test-release after recent MPs broke it
  • 832f14c README tweaks
  • 54b89c3 Bump version to 0.4.6rc1
  • 7991d34 'make bootstrap' uses system python3, not pinned v3.8
  • 0ae5ef2 CHANGELOG updates for upcoming 0.4.6 release
  • 52f4cfd Tweak ordering of release checklist
  • ab64cfa Merge pull request #353 from LqdBcnAtWork/patch-1
  • Additional commits viewable in compare view

Updates dnslib to 0.9.26

Commits
  • e266b75 0.9.26 - Worksround for Issue #72
  • c936539 Implement matchWildcard (Issue #72)
  • c9df52f Version 0.9.25 release
  • a0abc9b Merge pull request #67 from bobstanden/fix-srv-compression
  • eecd741 Fix SyntaxWarning with Python 3.12 (Issue #60)
  • d1d8f36 Add checks for invalid RD (Issue #63)
  • 9627f80 RFC2782, page 3: DNS SRV Target must not be compressed. No name compression, ...
  • 724f94e Readme formatting
  • 7e0d6a0 Readme formatting
  • bec6af0 v0.9.24
  • Additional commits viewable in compare view

Updates dnspython to 2.8.0

Release notes

Sourced from dnspython's releases.

dnspython 2.8.0

See What's New for details.

The minimum supported version of Python is 3.10.

My thanks to the many people who have contributed to this release. Also thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington.

This release was published to PyPI using Trusted Publishing.

Changelog

Sourced from dnspython's changelog.

2.8.0

  • dns/btreezone.py provides another zone versioned implementation built on top of a B-tree. It maintains DNSSEC sort order, labels nodes as delegation points or glue, and can find the "bounds" of a name (useful for DNSSEC responses).

  • dns/query.py now provides make_socket(), make_ssl_socket(), and make_ssl_context() to make using persistent connections with the query code easier.

  • dns/win32util.py now supports explicitly setting the configuration method used to get system dns info, using the set_config_method() function. There is a new configuration method that uses the Win32 API, which can be set using set_config_method(ConfigMethod.Win32). We are considering making the Win32 API the default in the future as we believe it to be the most accurate. Any feedback on it compared to the other methods is welcome.

  • The DSYNC record is now supported. This type is still in draft stage at the IETF and is subject to change.

  • The minimum supported Python version is now 3.10.

2.7.0

  • dns.query.https() and dns.asyncquery.https() now support HTTP/3 and the http_version parameter may be used to specify which version to use.

  • If the cryptography module is installed, then dnspython will now create deterministic ECDSA signatures by default. Cryptography, if installed, must be at least version 43. Thanks to Jakob Schlyter for adding the feature.

  • The RESINFO and WALLET RdataTypes are now supported.

  • The COOKIE and Report-Channel EDNS0 options are now supported.

  • All supported RdataTypes can now be imported at a single time rather than lazily on first use by calling dns.rdata.load_all_types().

  • The SVCB and HTTPS records now support the ohttp parameter.

  • xfr() and inbound_xfr() now share a common implementation.

  • Tokens are now supported for QUIC and HTTP/3.

  • dns.message.from_wire() now saves the input wire format in the Message's "wire" attribute. Likewise, dns.message.Message.to_wire() now records the generated wire format in that attribute.

  • The dns.message.Message object now has a get_options() helper to retrieve EDNS0

... (truncated)

Commits

Updates ipwhois to 1.3.0

Release notes

Sourced from ipwhois's releases.

Version 1.3.0

What's Changed

New Contributors

Full Changelog: secynic/ipwhois@v1.2.0...v1.3.0

Changelog

Sourced from ipwhois's changelog.

1.3.0 (2024-10-15)

  • Fixed deprecated query method of dnspython (#294 - monoidic)
  • Upgrade dnspython (#303)
  • Added requirement for defusedxml for security (#306)
  • Added support for Python up to 3.12
  • Remove reserved IANA 198.97.38.0/24 (#315)
  • Fix for ASN queries against RADB for RIPE source (#317)
  • Temporary (move to config later) hardcoding of user agent for ASN origin lookup to avoid 403
  • Updated to HTTPS where applicable (#307)
  • Updated ARIN bootstrap URL (#300)
  • Close sockets on exception to avoid warnings
  • Move tests from assertEquals to assertEqual
  • Fix for local domain searches with ASN (#324)
  • Added get_recursive argument (-r) for IPWhois.lookup_whois() and ipwhois.net.Net.get_whois() (#295)

1.2.0 (2020-09-17)

  • Removed deprecated functions: asn.IPASN._parse_fields_http, asn.IPASN._parse_fields_dns, asn.IPASN._parse_fields_whois, asn.ASNOrigin._parse_fields, asn.ASNOrigin._get_nets_radb, net.Net.lookup_asn, whois.Whois._parse_fields, whois.Whois._get_nets_arin whois.Whois._get_nets_lacnic, whois.Whois._get_nets_other, nir.NIRWhois._parse_fields, nir.NIRWhois._get_nets_jpnic nir.NIRWhois._get_nets_krnic, nir.NIRWhois._get_contact (#230)
  • Removed deprecated asn_alts parameter (#230)
  • Removed deprecated allow_permutations parameter (#230)
  • Fixed ASNOrigin lookups (#216)
  • Fixed bug in ASNOrigin lookups when multiple asn_methods provided (#216)
  • Fixed bug in KRNIC queries due to a change in their service (#243)
  • Fixed bug in experimental.bulk_lookup_rdap where only the last result was returned (#262 - ameidatou)
  • Fixed deprecation warnings due to invalid escape sequences (#272 - tirkarthi)
  • Fixed bug in root and sub-entities not getting queried/data (#247)
  • Fixed NIR datetime parsing issue if only date is returned (#284)
  • Added new argument root_ent_check to IPWhois.lookup_rdap and RDAP.lookup. Set this to False to revert to old functionality - missing data, but less queries (#247)
  • Added support for Python 3.8 (#267)
  • Fixed travis build warnings (#268)
  • Pinned requirements (#274)
  • Added ip_failed_total key to stats dictionary in experimental.bulk_lookup_rdap (#235)
  • Added ipv4_generate_random and ipv6_generate_random to utils CLI (#236)
  • Added documentation note for ASN data (#278)

... (truncated)

Commits

Updates netaddr to 1.3.0

Release notes

Sourced from netaddr's releases.

1.3.0

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-1-3-0 Commits: netaddr/netaddr@1.2.1...1.3.0

Changelog

Sourced from netaddr's changelog.

Release: 1.3.0

Date: 2024-05-28

Added:

  • Add partial address expansion in :class:IPNetwork via the expand_partial switch, this enables opting into pre-1.1.0 behavior

Fixed:

  • Fix running the test suite on musl systems
  • Fix :class:IPAddress IPv6 parsing with :data:ZEROFILL enabled
  • Fix handling of the :data:NOHOST flag in the :class:IPNetwork copy constructor

Release: 1.2.1

Date: 2024-02-17

Fixed:

  • Fix bad version 1.2.0 upload to PyPI – now yanked. No changes to the package.

Release: 1.2.0

Date: 2024-02-17

Added:

  • Add CLI tool subcommand to display :ref:cli-network-info.

Changed:

  • Support running :ref:interactive-shell without IPython installed.

Fixed:

  • Explicitly raise TypeError is a non-string value is passed to :func:valid_ipv4 or :func:valid_ipv6.

Release: 1.1.0

Date: 2024-02-15

... (truncated)

Commits
  • 85a7b25 Bump the package version in the documentation to 1.3.0
  • 75360b1 Release version 1.3.0
  • 77c0075 Fix the name of the flag in the docstring
  • 88b9455 Tune the partial network expansion flag
  • c20b9c5 Synchronize docs/requirements.txt with poetry.lock
  • 860bb0c Bump requests from 2.31.0 to 2.32.2 in /docs (#388)
  • 39d255a Bump jinja2 from 3.1.3 to 3.1.4 in /docs (#382)
  • 9561d22 Bump idna from 3.6 to 3.7 in /docs (#379)
  • d2f5d05 IPNetwork: Allow partial addresses (again) (#377)
  • 7347c71 Fix some IPv4-compatible/IPv4-mapped documentation mistakes
  • Additional commits viewable in compare view

Updates pymongo from 4.6.3 to 4.17.0

Release notes

Sourced from pymongo's releases.

PyMongo 4.17.0

Community notes

What's Changed

... (truncated)

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.17.0 (2026/04/20)

PyMongo 4.17 brings a number of changes including:

  • has_key, iterkeys and itervalues in :class:bson.son.SON have been deprecated and will be removed in PyMongo 5.0. These methods were deprecated in favor of the standard dictionary containment operator in and the keys() and values() methods, respectively.
  • Added the :meth:~pymongo.asynchronous.client_session.AsyncClientSession.bind and :meth:~pymongo.client_session.ClientSession.bind methods that allow users to bind a session to all database operations within the scope of a context manager instead of having to explicitly pass the session to each individual operation. See the Transactions docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/crud/transactions/#methods>_ for examples and more information.
  • Added support for MongoDB's Intelligent Workload Management (IWM) and ingress connection rate limiting features. The driver now gracefully handles write-blocking scenarios and optimizes connection establishment during high-load conditions to maintain application availability. See the IWM <https://www.mongodb.com/docs/atlas/intelligent-workload-management>_ or Overload Errors <https://www.mongodb.com/docs/atlas/overload-errors/?interface=driver&language=python>_ docs for more information.

Changes in Version 4.16.0 (2026/01/07)

PyMongo 4.16 brings a number of changes including:

  • Removed invalid documents from :class:bson.errors.InvalidDocument error messages as doing so may leak sensitive user data. Instead, invalid documents are stored in :attr:bson.errors.InvalidDocument.document.
  • PyMongo now requires dnspython>=2.6.1, since dnspython 1.0 is no longer maintained. The minimum version is 2.6.1 to account for CVE-2023-29483 <https://www.cve.org/CVERecord?id=CVE-2023-29483>_.
  • Removed support for Eventlet. Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
  • Use Zstandard support from the standard library for Python 3.14+, and use backports.zstd for older versions.
  • Fixed return type annotation for find_one_and_* methods on :class:~pymongo.asynchronous.collection.AsyncCollection and :class:~pymongo.synchronous.collection.Collection to include None.
  • Added support for NumPy 1D-arrays in :class:bson.binary.BinaryVector.
  • Prevented :class:~pymongo.encryption.ClientEncryption from loading the crypt shared library to fix "MongoCryptError: An existing crypt_shared library is loaded by the application" unless the linked library search path is set.

Changes in Version 4.15.5 (2025/12/02)

Version 4.15.5 is a bug fix release.

  • Fixed a bug that could cause AutoReconnect("connection pool paused") errors when cursors fetched more documents from the database after SDAM heartbeat failures.

Changes in Version 4.15.4 (2025/10/21)

Version 4.15.4 is a bug fix release.

  • Relaxed the callback type of :meth:~pymongo.asynchronous.client_session.AsyncClientSession.with_transaction to allow the broader Awaitable type rather than only Coroutine objects.
  • Added the missing Python 3.14 trove classifier to the package metadata.

... (truncated)

Commits
  • f2103a9 Prep branch v4.17
  • 3491c08 PYTHON-5801 - Update changelog for 4.17 release (#2762)
  • 912ef33 PYTHON-5798 - Overload retargeting prose tests do not ensure that sec… (#2760)
  • b4e2c03 PYTHON-5800 - Simple collation is included in index information (#2761)
  • f31ba09 PYTHON-5797 - Add IWM and Overload Error links to changelog (#2757)
  • 5da9183 PYTHON-5794 - Add prose tests to verify correct retry behavior when a… (#2755)
  • 35e51a5 Revert "PYTHON-5768 Add AGENTS.md w/copilot instructions" (#2744) (#2754)
  • f41dd5c PYTHON-5772 Increase _gcp_helpers.py coverage (#2749)
  • 49e7a05 PYTHON-5760 Increase _azure_helpers.py coverage (#2747)
  • a2b0cd8 PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (#2756)
  • Additional commits viewable in compare view

Updates pyopenssl to 26.1.0

Changelog

Sourced from pyopenssl's changelog.

26.1.0 (2026-04-24)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Maximum supported cryptography version is now 47.x.
  • Fixed X509Name field setters to correctly pass the value length to OpenSSL. Previously, values containing NUL bytes would be silently truncated, causing a divergence between the stored ASN.1 value and the value visible from Python. Credit to BudongJW for reporting the issue. CVE-2026-40475

26.0.0 (2026-03-15)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 3.7.
  • The minimum cryptography version is now 46.0.0.

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Added support for using aws-lc instead of OpenSSL.
  • Properly raise an error if a DTLS cookie callback returned a cookie longer than DTLS1_COOKIE_LENGTH bytes. Previously this would result in a buffer-overflow. Credit to dark_haxor for reporting the issue. CVE-2026-27459
  • Added OpenSSL.SSL.Connection.get_group_name to determine which group name was negotiated.
  • Context.set_tlsext_servername_callback now handles exceptions raised in the callback by calling sys.excepthook and returning a fatal TLS alert. Previously, exceptions were silently swallowed and the handshake would proceed as if the callback had succeeded. Credit to Leury Castillo for reporting this issue. CVE-2026-27448

25.3.0 (2025-09-16)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations: ^^^^^^^^^^^^^

Changes: ^^^^^^^^

  • Maximum supported cryptography version is now 46.x.

... (truncated)

Commits

Updates shodan to 1.31.0

Changelog

Sourced from shodan's changelog.

CHANGELOG

1.28.0

  • Add the ability to whitelist a specific vulnerability in Shodan Monitor instead of whitelisting the while IP:port
  • Show scan ID when scanning without showing results (credit to @​seadog007)
  • Handle bad gateway errors (credit to @​yaron-cider)

1.27.0

  • New command: shodan alert export to save the current network monitoring configuration
  • New command: shodan alert import to restore a previous network monitoring configuration
  • Automatically rate limit API requests to 1 request per second (credit to @​malvidin)

1.26.1

  • Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON

1.26.0

  • Add the ability to create custom data streams in the Shodan() class as well as the CLI (shodan stream --custom-filters <query>)

1.25.0

  • Add new CLI command: shodan alert download

1.24.0

  • Add new CLI command: shodan alert stats

1.23.0

  • Add new CLI command: shodan alert domain

1.22.1

  • Fix bug when converting data file to CSV using Python3

1.22.0

  • Add support for new vulnerability streaming endpoints

1.21.3

  • Fix geo.json file converter

1.21.2

... (truncated)

Commits

Updates tld to 0.13.2

Release notes

Sourced from tld's releases.

0.13.2

2026-03-06

What's Changed

  • Widen protol ranges.
  • Clean up.
  • Minor documentation fixes.
  • Tested against Python 3.14 and 3.15.

New Contributors

Full Changelog: barseghyanartur/tld@0.13...0.13.2

Changelog

Sourced from tld's changelog.

0.13.2

2026-03-06

  • Widen protol ranges and improve protocol matching in general.
  • Clean up.
  • Minor documentation fixes.
  • Tested against Python 3.14 and 3.15.

0.13.1

2025-05-20

  • Tested against Python 3.13.
  • Tested against Python 3.12.
  • Add documentation tests.
  • Updated bundled tld names.
  • Updated some tests to reflect changes in tld names.
  • Fixes in docs.
  • Merge pytest, mypy and coverage configs into pyproject.toml.
  • Drop Python 3.7 and 3.8 support. Minimum required version now is Python 3.9.

0.13

2023-02-28

  • Drop Python 2.7, 3.5 and 3.6 support. Minimum required version now is Python 3.7.

0.12.7

2023-02-01

  • Make sure to fail silently on bad URL patterns.
  • Tested against Python 3.11.
  • Tested against Python 3.10.
  • Updated bundled tld names.

0.12.6

2021-06-05

  • Move Registry class from tld.registry to tld.base.
  • Reformat code using black.
  • Log information on updated resources of the update_tld_names.

0.12.5

2021-01-11

... (truncated)

Commits

Updates selenium to 4.43.0

Release notes

Sourced from selenium's releases.

Selenium 4.43.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

Full Changelog: SeleniumHQ/selenium@selenium-4.42.0...selenium-4.43.0

Commits
  • dd0f534 [build] Prepare for release of selenium-4.43.0 (#17329)
  • 52a38c6 fix(release): add rust:update command to version reset workflow
  • 7cee048 fix(pypirc): remove setup_pypirc method and update nightly credentials handling
  • 8382015 fix(credentials): add support for nightly PyPI credentials
  • 63e8662 Update mirror info (Thu Apr 9 18:16:15 UTC 2026)
  • 5615f64 fix(version): update selenium-manager to 0.4.43-nightly
  • 9887116 fix(release): specify path for downloading release packages
  • e2d089c fix(dependencies): update selenium-webdriver to 4.43.0.nightly
  • c68d3de Reverting changes done for 4.42.0 release
  • cb536ad Bumping versions to nightly
  • Additional commits viewable in compare view

Updates censys from 2.0.0 to 2.2.19

Release notes

Sourced from censys's releases.

Release v2.2.19

What's Changed

Full Changelog: censys/censys-python@v2.2.18...v2.2.19

Release v2.2.18

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.17...v2.2.18

Release v2.2.17

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.16...v2.2.17

Release v2.2.16

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.15...v2.2.16Description has been truncated

Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [colorama](https://github.com/tartley/colorama), [dnslib](https://github.com/paulc/dnslib), [dnspython](https://github.com/rthalley/dnspython), [ipwhois](https://github.com/secynic/ipwhois), [netaddr](https://github.com/netaddr/netaddr), [pymongo](https://github.com/mongodb/mongo-python-driver), [pyopenssl](https://github.com/pyca/pyopenssl), [shodan](https://github.com/achillean/shodan-python), [tld](https://github.com/barseghyanartur/tld), [selenium](https://github.com/SeleniumHQ/Selenium) and [censys](https://github.com/censys/censys-python) to permit the latest version.

Updates `beautifulsoup4` to 4.14.3

Updates `colorama` to 0.4.6
- [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst)
- [Commits](tartley/colorama@0.3.9...0.4.6)

Updates `dnslib` to 0.9.26
- [Release notes](https://github.com/paulc/dnslib/releases)
- [Commits](paulc/dnslib@0.9.13...0.9.26)

Updates `dnspython` to 2.8.0
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v1.15.0...v2.8.0)

Updates `ipwhois` to 1.3.0
- [Release notes](https://github.com/secynic/ipwhois/releases)
- [Changelog](https://github.com/secynic/ipwhois/blob/master/CHANGES.rst)
- [Commits](secynic/ipwhois@v1.1.0...v1.3.0)

Updates `netaddr` to 1.3.0
- [Release notes](https://github.com/netaddr/netaddr/releases)
- [Changelog](https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst)
- [Commits](netaddr/netaddr@netaddr-0.7.19...1.3.0)

Updates `pymongo` from 4.6.3 to 4.17.0
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.6.3...4.17.0)

Updates `pyopenssl` to 26.1.0
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@18.0.0...26.1.0)

Updates `shodan` to 1.31.0
- [Release notes](https://github.com/achillean/shodan-python/releases)
- [Changelog](https://github.com/achillean/shodan-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/achillean/shodan-python/commits)

Updates `tld` to 0.13.2
- [Release notes](https://github.com/barseghyanartur/tld/releases)
- [Changelog](https://github.com/barseghyanartur/tld/blob/main/CHANGELOG.rst)
- [Commits](barseghyanartur/tld@0.9.3...0.13.2)

Updates `selenium` to 4.43.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.0...selenium-4.43.0)

Updates `censys` from 2.0.0 to 2.2.19
- [Release notes](https://github.com/censys/censys-python/releases)
- [Commits](censys/censys-python@v2.0.0...v2.2.19)

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: colorama
  dependency-version: 0.4.6
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: dnslib
  dependency-version: 0.9.26
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: dnspython
  dependency-version: 2.8.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: ipwhois
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: netaddr
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: pymongo
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyopenssl
  dependency-version: 26.1.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: shodan
  dependency-version: 1.31.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: tld
  dependency-version: 0.13.2
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: selenium
  dependency-version: 4.43.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: censys
  dependency-version: 2.2.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants