Quellcode durchsuchen

chore(deps): bump irc3 from 1.1.10 to 1.1.12

Bumps [irc3](https://github.com/gawel/irc3) from 1.1.10 to 1.1.12.
- [Changelog](https://github.com/gawel/irc3/blob/main/CHANGES.rst)
- [Commits](https://github.com/gawel/irc3/commits)

---
updated-dependencies:
- dependency-name: irc3
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/24/head
dependabot[bot] vor 2 Wochen
committed by GitHub
Ursprung
Commit
8c7cad57a5
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. +7
    -7
      poetry.lock

+ 7
- 7
poetry.lock Datei anzeigen

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand.

[[package]]
name = "black"
@@ -92,14 +92,14 @@ files = [

[[package]]
name = "irc3"
version = "1.1.10"
version = "1.1.12"
description = "plugable irc client library based on asyncio with DCC and SASL support"
optional = false
python-versions = "*"
python-versions = ">=3.11"
groups = ["main"]
files = [
{file = "irc3-1.1.10-py3-none-any.whl", hash = "sha256:603782d669422804674442cfc097e5c8f1c9d82bee8dac67e28669220af4a601"},
{file = "irc3-1.1.10.tar.gz", hash = "sha256:fe3afa945d4328919aa3f00ccba56644162681a4cd6dcdf9a4538b7f30258e38"},
{file = "irc3-1.1.12-py3-none-any.whl", hash = "sha256:fc1514c5c867ae5c907c13feb670ac1baca092c542d9053aceb776bab0608580"},
{file = "irc3-1.1.12.tar.gz", hash = "sha256:127190a6403373bcc322189e4778e183ea206afe4c3348911fc943c668ea24b0"},
]

[package.dependencies]
@@ -107,8 +107,8 @@ docopt = "*"
venusian = ">=3.0"

[package.extras]
test = ["aiocron", "feedparser", "irc3-plugins-test", "pysocks", "pytest", "pytest-aiohttp", "pytest-asyncio", "redis", "requests", "twitter"]
web = ["aiohttp"]
test = ["aiocron", "aiohttp", "aiohttp-wsgi", "feedparser", "irc3-plugins-test", "pysocks", "pytest", "pytest-aiohttp", "pytest-asyncio (<1.0)", "redis", "requests", "twitter"]
web = ["aiohttp", "aiohttp-wsgi"]

[[package]]
name = "mypy-extensions"


Laden…
Abbrechen
Speichern