Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
02e5337a
Unverified
Commit
02e5337a
authored
May 20, 2023
by
Bartosz Sokorski
Committed by
GitHub
May 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post-release chores (#7967)
parent
093820a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
85 deletions
+2
-85
poetry.lock
+1
-84
pyproject.toml
+1
-1
No files found.
poetry.lock
View file @
02e5337a
# This file is automatically @generated by Poetry 1.
4.2
and should not be changed by hand.
# This file is automatically @generated by Poetry 1.
5.0
and should not be changed by hand.
[[package]]
name = "attrs"
version = "23.1.0"
description = "Classes Without Boilerplate"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -12,9 +11,6 @@ files = [
{file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"},
]
[package.dependencies]
importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
[package.extras]
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
dev = ["attrs[docs,tests]", "pre-commit"]
...
...
@@ -26,7 +22,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
name = "build"
version = "0.10.0"
description = "A simple, correct Python build frontend"
category = "main"
optional = false
python-versions = ">= 3.7"
files = [
...
...
@@ -50,7 +45,6 @@ virtualenv = ["virtualenv (>=20.0.35)"]
name = "cachecontrol"
version = "0.12.11"
description = "httplib2 caching for requests"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -71,7 +65,6 @@ redis = ["redis (>=2.10.5)"]
name = "cachy"
version = "0.3.0"
description = "Cachy provides a simple yet effective caching library."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
...
...
@@ -88,7 +81,6 @@ redis = ["redis (>=3.3.6,<4.0.0)"]
name = "certifi"
version = "2023.5.7"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -100,7 +92,6 @@ files = [
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -177,7 +168,6 @@ pycparser = "*"
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
category = "dev"
optional = false
python-versions = ">=3.6.1"
files = [
...
...
@@ -189,7 +179,6 @@ files = [
name = "charset-normalizer"
version = "3.1.0"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.7.0"
files = [
...
...
@@ -274,7 +263,6 @@ files = [
name = "cleo"
version = "2.0.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
...
...
@@ -290,7 +278,6 @@ rapidfuzz = ">=2.2.0,<3.0.0"
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
...
...
@@ -302,7 +289,6 @@ files = [
name = "coverage"
version = "7.2.5"
description = "Code coverage measurement for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -369,7 +355,6 @@ toml = ["tomli"]
name = "crashtest"
version = "0.4.1"
description = "Manage Python errors with ease"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
...
...
@@ -381,7 +366,6 @@ files = [
name = "cryptography"
version = "40.0.2"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -423,7 +407,6 @@ tox = ["tox"]
name = "deepdiff"
version = "6.3.0"
description = "Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -442,7 +425,6 @@ optimize = ["orjson"]
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -454,7 +436,6 @@ files = [
name = "dulwich"
version = "0.21.5"
description = "Python Git Library"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -529,7 +510,6 @@ pgp = ["gpg"]
name = "exceptiongroup"
version = "1.1.1"
description = "Backport of PEP 654 (exception groups)"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -544,7 +524,6 @@ test = ["pytest (>=6)"]
name = "execnet"
version = "1.9.0"
description = "execnet: rapid multi-Python deployment"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
...
...
@@ -559,7 +538,6 @@ testing = ["pre-commit"]
name = "filelock"
version = "3.12.0"
description = "A platform independent file lock."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -575,7 +553,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "diff-cover (>=7.5)", "p
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
files = [
...
...
@@ -597,7 +574,6 @@ lxml = ["lxml"]
name = "httpretty"
version = "1.1.4"
description = "HTTP client mock for Python"
category = "dev"
optional = false
python-versions = ">=3"
files = [
...
...
@@ -608,7 +584,6 @@ files = [
name = "identify"
version = "2.5.24"
description = "File identification library for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -623,7 +598,6 @@ license = ["ukkonen"]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
files = [
...
...
@@ -635,7 +609,6 @@ files = [
name = "importlib-metadata"
version = "6.6.0"
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -655,7 +628,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag
name = "importlib-resources"
version = "5.12.0"
description = "Read resources from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -674,7 +646,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
name = "iniconfig"
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -686,7 +657,6 @@ files = [
name = "installer"
version = "0.7.0"
description = "A library for installing Python wheels."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -698,7 +668,6 @@ files = [
name = "jaraco-classes"
version = "3.2.3"
description = "Utility functions for Python class constructs"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -717,7 +686,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
name = "jeepney"
version = "0.8.0"
description = "Low-level, pure Python DBus protocol wrapper."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -733,7 +701,6 @@ trio = ["async_generator", "trio"]
name = "jsonschema"
version = "4.17.3"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -755,7 +722,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-
name = "keyring"
version = "23.13.1"
description = "Store and access your passwords safely."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -780,7 +746,6 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec
name = "lockfile"
version = "0.12.2"
description = "Platform-independent file locking module"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -792,7 +757,6 @@ files = [
name = "more-itertools"
version = "9.1.0"
description = "More routines for operating on iterables, beyond itertools"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -804,7 +768,6 @@ files = [
name = "msgpack"
version = "1.0.5"
description = "MessagePack serializer"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -877,7 +840,6 @@ files = [
name = "mypy"
version = "1.3.0"
description = "Optional static typing for Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -924,7 +886,6 @@ reports = ["lxml"]
name = "mypy-extensions"
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
category = "dev"
optional = false
python-versions = ">=3.5"
files = [
...
...
@@ -936,7 +897,6 @@ files = [
name = "nodeenv"
version = "1.8.0"
description = "Node.js virtual environment builder"
category = "dev"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [
...
...
@@ -951,7 +911,6 @@ setuptools = "*"
name = "ordered-set"
version = "4.1.0"
description = "An OrderedSet is a custom MutableSet that remembers its order, so that every"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -966,7 +925,6 @@ dev = ["black", "mypy", "pytest"]
name = "packaging"
version = "23.1"
description = "Core utilities for Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -978,7 +936,6 @@ files = [
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -993,7 +950,6 @@ ptyprocess = ">=0.5"
name = "pkginfo"
version = "1.9.6"
description = "Query metadata from sdists / bdists / installed packages."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1008,7 +964,6 @@ testing = ["pytest", "pytest-cov"]
name = "pkgutil-resolve-name"
version = "1.3.10"
description = "Resolve a name to an object."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1020,7 +975,6 @@ files = [
name = "platformdirs"
version = "3.5.1"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1036,7 +990,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-
name = "pluggy"
version = "1.0.0"
description = "plugin and hook calling mechanisms for python"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1052,7 +1005,6 @@ testing = ["pytest", "pytest-benchmark"]
name = "poetry-core"
version = "1.6.0"
description = "Poetry PEP 517 Build Backend"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
...
...
@@ -1064,7 +1016,6 @@ files = [
name = "poetry-plugin-export"
version = "1.3.1"
description = "Poetry plugin to export the dependencies to various formats"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
files = [
...
...
@@ -1080,7 +1031,6 @@ poetry-core = ">=1.3.0,<2.0.0"
name = "pre-commit"
version = "2.21.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1099,7 +1049,6 @@ virtualenv = ">=20.10.0"
name = "psutil"
version = "5.9.5"
description = "Cross-platform lib for process and system monitoring in Python."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
...
...
@@ -1126,7 +1075,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -1138,7 +1086,6 @@ files = [
name = "pycparser"
version = "2.21"
description = "C parser in Python"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
...
...
@@ -1150,7 +1097,6 @@ files = [
name = "pyproject-hooks"
version = "1.0.0"
description = "Wrappers to call pyproject.toml-based build backend hooks."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1165,7 +1111,6 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
name = "pyrsistent"
version = "0.19.3"
description = "Persistent/Functional/Immutable data structures"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1202,7 +1147,6 @@ files = [
name = "pytest"
version = "7.3.1"
description = "pytest: simple powerful testing with Python"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1225,7 +1169,6 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
name = "pytest-cov"
version = "4.0.0"
description = "Pytest plugin for measuring coverage."
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1244,7 +1187,6 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
name = "pytest-github-actions-annotate-failures"
version = "0.1.8"
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
category = "dev"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*"
files = [
...
...
@@ -1259,7 +1201,6 @@ pytest = ">=4.0.0"
name = "pytest-mock"
version = "3.10.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1277,7 +1218,6 @@ dev = ["pre-commit", "pytest-asyncio", "tox"]
name = "pytest-randomly"
version = "3.12.0"
description = "Pytest plugin to randomly order tests and control random.seed."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1293,7 +1233,6 @@ pytest = "*"
name = "pytest-xdist"
version = "3.3.0"
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1315,7 +1254,6 @@ testing = ["filelock"]
name = "pywin32-ctypes"
version = "0.2.0"
description = ""
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -1327,7 +1265,6 @@ files = [
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1377,7 +1314,6 @@ files = [
name = "rapidfuzz"
version = "2.15.1"
description = "rapid fuzzy string matching"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1482,7 +1418,6 @@ full = ["numpy"]
name = "requests"
version = "2.30.0"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1504,7 +1439,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
name = "requests-toolbelt"
version = "1.0.0"
description = "A utility belt for advanced users of python-requests"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
...
...
@@ -1519,7 +1453,6 @@ requests = ">=2.0.1,<3.0.0"
name = "secretstorage"
version = "3.3.3"
description = "Python bindings to FreeDesktop.org Secret Service API"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
...
...
@@ -1535,7 +1468,6 @@ jeepney = ">=0.6"
name = "setuptools"
version = "67.7.2"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1552,7 +1484,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (
name = "shellingham"
version = "1.5.0.post1"
description = "Tool to Detect Surrounding Shell"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1564,7 +1495,6 @@ files = [
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
...
...
@@ -1576,7 +1506,6 @@ files = [
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1588,7 +1517,6 @@ files = [
name = "tomlkit"
version = "0.11.8"
description = "Style preserving TOML library"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1600,7 +1528,6 @@ files = [
name = "trove-classifiers"
version = "2023.5.2"
description = "Canonical source for classifiers on PyPI (pypi.org)."
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -1612,7 +1539,6 @@ files = [
name = "types-html5lib"
version = "1.1.11.14"
description = "Typing stubs for html5lib"
category = "dev"
optional = false
python-versions = "*"
files = [
...
...
@@ -1624,7 +1550,6 @@ files = [
name = "types-jsonschema"
version = "4.17.0.8"
description = "Typing stubs for jsonschema"
category = "dev"
optional = false
python-versions = "*"
files = [
...
...
@@ -1636,7 +1561,6 @@ files = [
name = "types-requests"
version = "2.30.0.0"
description = "Typing stubs for requests"
category = "dev"
optional = false
python-versions = "*"
files = [
...
...
@@ -1651,7 +1575,6 @@ types-urllib3 = "*"
name = "types-urllib3"
version = "1.26.25.13"
description = "Typing stubs for urllib3"
category = "dev"
optional = false
python-versions = "*"
files = [
...
...
@@ -1663,7 +1586,6 @@ files = [
name = "typing-extensions"
version = "4.5.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1675,7 +1597,6 @@ files = [
name = "urllib3"
version = "1.26.15"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
...
...
@@ -1692,7 +1613,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
name = "virtualenv"
version = "20.23.0"
description = "Virtual Python Environment builder"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
@@ -1713,7 +1633,6 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -1725,7 +1644,6 @@ files = [
name = "xattr"
version = "0.10.1"
description = "Python wrapper for extended filesystem attributes"
category = "main"
optional = false
python-versions = "*"
files = [
...
...
@@ -1810,7 +1728,6 @@ cffi = ">=1.0"
name = "zipp"
version = "3.15.0"
description = "Backport of pathlib-compatible object wrapper for zip files"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
...
...
pyproject.toml
View file @
02e5337a
[tool.poetry]
name
=
"poetry"
version
=
"1.
5.
0"
version
=
"1.
6.0.dev
0"
description
=
"Python dependency management and packaging made easy."
authors
=
[
"Sébastien Eustace <sebastien@eustace.io>"
]
maintainers
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment