Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

chore(deps): update python dependencies #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Django (source, changelog) 3.2.10 -> 4.1.1 age adoption passing confidence
Pillow (source, changelog) 8.4.0 -> 9.2.0 age adoption passing confidence
Sphinx (changelog) 4.3.1 -> 5.2.0.post0 age adoption passing confidence
Werkzeug (changelog) 2.0.2 -> 2.2.2 age adoption passing confidence
argon2-cffi (changelog) 21.2.0 -> 21.3.0 age adoption passing confidence
black (changelog) 21.12b0 -> 22.8.0 age adoption passing confidence
celery (source, changelog) 5.2.1 -> 5.2.7 age adoption passing confidence
coverage 6.2 -> 6.4.4 age adoption passing confidence
django-allauth (source, changelog) 0.46.0 -> 0.51.0 age adoption passing confidence
django-anymail (changelog) 8.4 -> 8.6 age adoption passing confidence
django-celery-beat 2.2.1 -> 2.3.0 age adoption passing confidence
django-cors-headers (changelog) 3.10.1 -> 3.13.0 age adoption passing confidence
django-coverage-plugin 2.0.2 -> 2.0.3 age adoption passing confidence
django-crispy-forms 1.13.0 -> 1.14.0 age adoption passing confidence
django-debug-toolbar (changelog) 3.2.2 -> 3.7.0 age adoption passing confidence
django-environ (source, changelog) 0.8.1 -> 0.9.0 age adoption passing confidence
django-extensions (changelog) 3.1.5 -> 3.2.1 age adoption passing confidence
django-redis 5.1.0 -> 5.2.0 age adoption passing confidence
django-storages (changelog) 1.12.3 -> 1.13.1 age adoption passing confidence
django-stubs (changelog) 1.9.0 -> 1.12.0 age adoption passing confidence
djangorestframework (source, changelog) 3.12.4 -> 3.14.0 age adoption passing confidence
djangorestframework-stubs 1.4.0 -> 1.7.0 age adoption passing confidence
flake8 (changelog) 4.0.1 -> 5.0.4 age adoption passing confidence
flake8-isort 4.1.1 -> 4.2.0 age adoption passing confidence
flower 1.0.0 -> 1.2.0 age adoption passing confidence
mypy (source, changelog) 0.910 -> 0.971 age adoption passing confidence
pre-commit 2.16.0 -> 2.20.0 age adoption passing confidence
psycopg2-binary (source, changelog) 2.9.2 -> 2.9.3 age adoption passing confidence
pylint-django (changelog) 2.4.4 -> 2.5.3 age adoption passing confidence
pytest (source, changelog) 6.2.5 -> 7.1.3 age adoption passing confidence
pytest-django (source, changelog) 4.5.1 -> 4.5.2 age adoption passing confidence
pytest-sugar (source) 0.9.4 -> 0.9.5 age adoption passing confidence
python-slugify 5.0.2 -> 6.1.2 age adoption passing confidence
pytz 2021.3 -> 2022.2.1 age adoption passing confidence
redis (changelog) 3.5.3 -> 4.3.4 age adoption passing confidence
watchgod 0.7 -> 0.8.2 age adoption passing confidence

Release Notes

django/django

v4.1

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0

Compare Source

v3.2.15

Compare Source

v3.2.14

Compare Source

v3.2.13

Compare Source

v3.2.12

Compare Source

v3.2.11

Compare Source

python-pillow/Pillow

v9.2.0

Compare Source

  • Deprecate ImageFont.getsize and related functions #​6381
    [nulano, radarhere]

  • Fixed null check for fribidi_version_info in FriBiDi shim #​6376
    [nulano]

  • Added GIF decompression bomb check #​6402
    [radarhere]

  • Handle PCF fonts files with less than 256 characters #​6386
    [dawidcrivelli, radarhere]

  • Improved GIF optimize condition #​6378
    [raygard, radarhere]

  • Reverted to array_interface with the release of NumPy 1.23 #​6394
    [radarhere]

  • Pad PCX palette to 768 bytes when saving #​6391
    [radarhere]

  • Fixed bug with rounding pixels to palette colors #​6377
    [btrekkie, radarhere]

  • Use gnome-screenshot on Linux if available #​6361
    [radarhere, nulano]

  • Fixed loading L mode BMP RLE8 images #​6384
    [radarhere]

  • Fixed incorrect operator in ImageCms error #​6370
    [LostBenjamin, hugovk, radarhere]

  • Limit FPX tile size to avoid extending outside image #​6368
    [radarhere]

  • Added support for decoding plain PPM formats #​5242
    [Piolie, radarhere]

  • Added apply_transparency() #​6352
    [radarhere]

  • Fixed behaviour change from endian fix #​6197
    [radarhere]

  • Allow remapping P images with RGBA palettes #​6350
    [radarhere]

  • Fixed drawing translucent 1px high polygons #​6278
    [radarhere]

  • Pad COLORMAP to 768 items when saving TIFF #​6232
    [radarhere]

  • Fix P -> PA conversion #​6337
    [RedShy, radarhere]

  • Once exif data is parsed, do not reload unless it changes #​6335
    [radarhere]

  • Only try to connect discontiguous corners at the end of edges #​6303
    [radarhere]

  • Improve transparency handling when saving GIF images #​6176
    [radarhere]

  • Do not update GIF frame position until local image is found #​6219
    [radarhere]

  • Netscape GIF extension belongs after the global color table #​6211
    [radarhere]

  • Only write GIF comments at the beginning of the file #​6300
    [raygard, radarhere]

  • Separate multiple GIF comment blocks with newlines #​6294
    [raygard, radarhere]

  • Always use GIF89a for comments #​6292
    [raygard, radarhere]

  • Ignore compression value from BMP info dictionary when saving as TIFF #​6231
    [radarhere]

  • If font is file-like object, do not re-read from object to get variant #​6234
    [radarhere]

  • Raise ValueError when trying to access internal fp after close #​6213
    [radarhere]

  • Support more affine expression forms in im.point() #​6254
    [benrg, radarhere]

  • Populate Python palette in fromarray() #​6283
    [radarhere]

  • Raise ValueError if PNG chunks are truncated #​6253
    [radarhere]

  • Use durations from each frame by default when saving GIFs #​6265
    [radarhere]

  • Adjust BITSPERSAMPLE to match SAMPLESPERPIXEL when opening TIFFs #​6270
    [radarhere]

  • Search pkgconf system libs/cflags #​6138
    [jameshilliard, radarhere]

  • Raise ValueError for invalid PPM maxval #​6242
    [radarhere]

  • Corrected screencapture argument in ImageGrab.grab() #​6244
    [axt-one]

  • Deprecate support for Qt 5 (PyQt5 and PySide2) #​6237
    [hugovk, radarhere]

  • Increase wait time of temporary file deletion on Windows #​6224
    [AlexTedeschi]

  • Deprecate FreeTypeFont.getmask2 fill parameter #​6220
    [nulano, radarhere, hugovk]

  • Round lut values where necessary #​6188
    [radarhere]

  • Load before getting size in resize() #​6190
    [radarhere]

  • Load image before performing size calculations in thumbnail() #​6186
    [radarhere]

  • Deprecated PhotoImage.paste() box parameter #​6178
    [radarhere]

v9.1.1

Compare Source

  • When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595
    [radarhere]

  • Do not open images with zero or negative height #​6269
    [radarhere]

v9.1.0

Compare Source

  • Add support for multiple component transformation to JPEG2000 #​5500
    [scaramallion, radarhere, hugovk]

  • Fix loading FriBiDi on Alpine #​6165
    [nulano]

  • Added setting for converting GIF P frames to RGB #​6150
    [radarhere]

  • Allow 1 mode images to be inverted #​6034
    [radarhere]

  • Raise ValueError when trying to save empty JPEG #​6159
    [radarhere]

  • Always save TIFF with contiguous planar configuration #​5973
    [radarhere]

  • Connected discontiguous polygon corners #​5980
    [radarhere]

  • Ensure Tkinter hook is activated for getimage() #​6032
    [radarhere]

  • Use screencapture arguments to crop on macOS #​6152
    [radarhere]

  • Do not mark L mode JPEG as 1 bit in PDF #​6151
    [radarhere]

  • Added support for reading I;16R TIFF images #​6132
    [radarhere]

  • If an error occurs after creating a file, remove the file #​6134
    [radarhere]

  • Fixed calling DisplayViewer or XVViewer without a title #​6136
    [radarhere]

  • Retain RGBA transparency when saving multiple GIF frames #​6128
    [radarhere]

  • Save additional ICO frames with other bit depths if supplied #​6122
    [radarhere]

  • Handle EXIF data truncated to just the header #​6124
    [radarhere]

  • Added support for reading BMP images with RLE8 compression #​6102
    [radarhere]

  • Support Python distributions where _tkinter is compiled in #​6006
    [lukegb]

  • Added support for PPM arbitrary maxval #​6119
    [radarhere]

  • Added BigTIFF reading #​6097
    [radarhere]

  • When converting, clip I;16 to be unsigned, not signed #​6112
    [radarhere]

  • Fixed loading L mode GIF with transparency #​6086
    [radarhere]

  • Improved handling of PPM header #​5121
    [Piolie, radarhere]

  • Reset size when seeking away from "Large Thumbnail" MPO frame #​6101
    [radarhere]

  • Replace requirements.txt with extras #​6072
    [hugovk, radarhere]

  • Added PyEncoder and support BLP saving #​6069
    [radarhere]

  • Handle TGA images with packets that cross scan lines #​6087
    [radarhere]

  • Added FITS reading #​6056
    [radarhere, hugovk]

  • Added rawmode argument to Image.getpalette() #​6061
    [radarhere]

  • Fixed BUFR, GRIB and HDF5 stub saving #​6071
    [radarhere]

  • Do not automatically remove temporary ImageShow files on Unix #​6045
    [radarhere]

  • Correctly read JPEG compressed BLP images #​4685
    [Meithal, radarhere]

  • Merged _MODE_CONV typ into ImageMode as typestr #​6057
    [radarhere]

  • Consider palette size when converting and in getpalette() #​6060
    [radarhere]

  • Added enums #​5954
    [radarhere]

  • Ensure image is opaque after converting P to PA with RGB palette #​6052
    [radarhere]

  • Attach RGBA palettes from putpalette() when suitable #​6054
    [radarhere]

  • Added get_photoshop_blocks() to parse Photoshop TIFF tag #​6030
    [radarhere]

  • Drop excess values in BITSPERSAMPLE #​6041
    [mikhail-iurkov]

  • Added unpacker from RGBA;15 to RGB #​6031
    [radarhere]

  • Enable arm64 for MSVC on Windows #​5811
    [gaborkertesz-linaro, gaborkertesz]

  • Keep IPython/Jupyter text/plain output stable #​5891
    [shamrin, radarhere]

  • Raise an error when performing a negative crop #​5972
    [radarhere, hugovk]

  • Deprecated show_file "file" argument in favour of "path" #​5959
    [radarhere]

  • Fixed SPIDER images for use with Bio-formats library #​5956
    [radarhere]

  • Ensure duplicated file pointer is closed #​5946
    [radarhere]

  • Added specific error if path coordinate type is incorrect #​5942
    [radarhere]

  • Return an empty bytestring from tobytes() for an empty image #​5938
    [radarhere]

  • Remove readonly from Image.eq #​5930
    [hugovk]

v9.0.1

Compare Source

v9.0.0

Compare Source

  • Restrict builtins for ImageMath.eval(). CVE-2022-22817 #​5923
    [radarhere]

  • Ensure JpegImagePlugin stops at the end of a truncated file #​5921
    [radarhere]

  • Fixed ImagePath.Path array handling. CVE-2022-22815, CVE-2022-22816 #​5920
    [radarhere]

  • Remove consecutive duplicate tiles that only differ by their offset #​5919
    [radarhere]

  • Improved I;16 operations on big endian #​5901
    [radarhere]

  • Limit quantized palette to number of colors #​5879
    [radarhere]

  • Fixed palette index for zeroed color in FASTOCTREE quantize #​5869
    [radarhere]

  • When saving RGBA to GIF, make use of first transparent palette entry #​5859
    [radarhere]

  • Pass SAMPLEFORMAT to libtiff #​5848
    [radarhere]

  • Added rounding when converting P and PA #​5824
    [radarhere]

  • Improved putdata() documentation and data handling #​5910
    [radarhere]

  • Exclude carriage return in PDF regex to help prevent ReDoS #​5912
    [hugovk]

  • Fixed freeing pointer in ImageDraw.Outline.transform #​5909
    [radarhere]

  • Added ImageShow support for xdg-open #​5897
    [m-shinder, radarhere]

  • Support 16-bit grayscale ImageQt conversion #​5856
    [cmbruns, radarhere]

  • Convert subsequent GIF frames to RGB or RGBA #​5857
    [radarhere]

  • Do not prematurely return in ImageFile when saving to stdout #​5665
    [infmagic2047, radarhere]

  • Added support for top right and bottom right TGA orientations #​5829
    [radarhere]

  • Corrected ICNS file length in header #​5845
    [radarhere]

  • Block tile TIFF tags when saving #​5839
    [radarhere]

  • Added line width argument to polygon #​5694
    [radarhere]

  • Do not redeclare class each time when converting to NumPy #​5844
    [radarhere]

  • Only prevent repeated polygon pixels when drawing with transparency #​5835
    [radarhere]

  • Add support for pickling TrueType fonts #​5826
    [hugovk, radarhere]

  • Only prefer command line tools SDK on macOS over default MacOSX SDK #​5828
    [radarhere]

  • Drop support for soon-EOL Python 3.6 #​5768
    [hugovk, nulano, radarhere]

  • Fix compilation on 64-bit Termux #​5793
    [landfillbaby]

  • Use title for display in ImageShow #​5788
    [radarhere]

  • Remove support for FreeType 2.7 and older #​5777
    [hugovk, radarhere]

  • Fix for PyQt6 #​5775
    [hugovk, radarhere]

  • Removed deprecated PILLOW_VERSION, Image.show command parameter, Image._showxv and ImageFile.raise_ioerror #​5776
    [radarhere]

sphinx-doc/sphinx

v5.2.0

Compare Source

=====================================

Dependencies

  • #​10356: Sphinx now uses declarative metadata with pyproject.toml to
    create packages, using PyPA's build project as a build backend. Patch by
    Adam Turner.

Deprecated

  • #​10843: Support for HTML 4 output. Patch by Adam Turner.

Features added

  • #​10738: napoleon: Add support for docstring types using 'of', like
    type of type. Example: tuple of int.
  • #​10286: C++, support requires clauses not just between the template
    parameter lists and the declaration.
  • #​10755: linkcheck: Check the source URL of raw directives that use the url
    option.
  • #​10781: Allow :rst:role:ref role to be used with definitions and fields.
  • #​10717: HTML Search: Increase priority for full title and
    subtitle matches in search results
  • #​10718: HTML Search: Save search result score to the HTML element for debugging
  • #​10673: Make toctree accept 'genindex', 'modindex' and 'search' docnames
  • #​6316, #​10804: Add domain objects to the table of contents. Patch by Adam Turner
  • #​6692: HTML Search: Include explicit :rst:dir:index directive index entries
    in the search index and search results. Patch by Adam Turner
  • #​10816: imgmath: Allow embedding images in HTML as base64
  • #​10854: HTML Search: Use browser localstorage for highlight control, stop
    storing highlight parameters in URL query strings. Patch by Adam Turner.

Bugs fixed

  • #​10723: LaTeX: 5.1.0 has made the 'sphinxsetup' verbatimwithframe=false
    become without effect.
  • #​10257: C++, ensure consistent non-specialization template argument
    representation.
  • #​10729: C++, fix parsing of certain non-type template parameter packs.
  • #​10715: Revert #​10520: "Fix" use of sidebar classes in agogo.css_t

v5.1.1

Compare Source

=====================================

Bugs fixed

  • #​10701: Fix ValueError in the new deque based sphinx.ext.napolean
    iterator implementation.
  • #​10702: Restore compatability with third-party builders.

v5.1.0

Compare Source

=====================================

Dependencies

  • #​10656: Support Docutils 0.19_. Patch by Adam Turner.

.. _Docutils 0.19: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05

Deprecated

  • #​10467: Deprecated sphinx.util.stemmer in favour of snowballstemmer.
    Patch by Adam Turner.
  • #​9856: Deprecated sphinx.ext.napoleon.iterators.

Features added

  • #​10444: html theme: Allow specifying multiple CSS files through the stylesheet
    setting in theme.conf or by setting html_style to an iterable of strings.
  • #​10366: std domain: Add support for emphasising placeholders in :rst:dir:option
    directives through a new :confval:option_emphasise_placeholders configuration
    option.
  • #​10439: std domain: Use the repr of some variables when displaying warnings,
    making whitespace issues easier to identify.
  • #​10571: quickstart: Reduce content in the generated conf.py file. Patch by
    Pradyun Gedam.
  • #​10648: LaTeX: CSS-named-alike additional :ref:'sphinxsetup' <latexsphinxsetup>
    keys allow to configure four separate border-widths, four paddings, four
    corner radii, a shadow (possibly inset), colours for border, background, shadow
    for each of the code-block, topic, attention, caution, danger, error and warning
    directives.
  • #​10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
  • #​10599: HTML Theme: Wrap consecutive footnotes in an <aside> element when
    using Docutils 0.18 or later, to allow for easier styling. This matches the
    behaviour introduced in Docutils 0.19. Patch by Adam Turner.
  • #​10518: config: Add include_patterns as the opposite of exclude_patterns.
    Patch by Adam Turner.

Bugs fixed

  • #​10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
  • #​10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
    to missing Node.findall()
  • #​10506: LaTeX: build error if highlighting inline code role in figure caption
    (refs: #​10251)
  • #​10634: Make -P (pdb) option work better with exceptions triggered from events
  • #​10550: py domain: Fix spurious whitespace in unparsing various operators (+,
    -, ~, and **). Patch by Adam Turner (refs: #​10551).
  • #​10460: logging: Always show node source locations as absolute paths.
  • HTML Search: HTML tags are displayed as a part of object name
  • HTML Search: search snipets should not be folded
  • HTML Search: Minor errors are emitted on fetching search snipets
  • HTML Search: The markers for header links are shown in the search result
  • #​10520: HTML Theme: Fix use of sidebar classes in agogo.css_t.
  • #​6679: HTML Theme: Fix inclusion of hidden toctrees in the agogo theme.
  • #​10566: HTML Theme: Fix enable_search_shortcuts does not work
  • #​8686: LaTeX: Text can fall out of code-block at end of page and leave artifact
    on next page
  • #​10633: LaTeX: user injected \color commands in topic or admonition boxes may
    cause color leaks in PDF due to upstream framed.sty <https://ctan.org/pkg/framed>_
    bug
  • #​10638: LaTeX: framed coloured boxes in highlighted code (e.g. highlighted
    diffs using Pygments style 'manni') inherit thickness of code-block frame
  • #​10647: LaTeX: Only one \label is generated for desc_signature node
    even if it has multiple node IDs
  • #​10579: i18n: UnboundLocalError is raised on translating raw directive
  • #​9577, #​10088: py domain: Fix warning for duplicate Python references when
    using :any: and autodoc.
  • #​10548: HTML Search: fix minor summary issues.

v5.0.2

Compare Source

=====================================

Features added

  • #​10523: HTML Theme: Expose the Docutils's version info tuple as a template
    variable, docutils_version_info. Patch by Adam Turner.

Bugs fixed

  • #​10538: autodoc: Inherited class attribute having docstring is documented even
    if :confval:autodoc_inherit_docstring is disabled
  • #​10509: autosummary: autosummary fails with a shared library
  • #​10497: py domain: Failed to resolve strings in Literal. Patch by Adam Turner.
  • #​10523: HTML Theme: Fix double brackets on citation references in Docutils 0.18+.
    Patch by Adam Turner.
  • #​10534: Missing CSS for nav.contents in Docutils 0.18+. Patch by Adam Turner.

v5.0.1

Compare Source

=====================================

Bugs fixed

  • #​10498: gettext: TypeError is raised when sorting warning messages if a node
    has no line number. Patch by Adam Turner.
  • [#​10493](https://to

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 6 times, most recently from c12340c to d3e5d96 Compare December 16, 2021 00:42
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 4a588fd to d06a554 Compare December 22, 2021 18:02
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from 81e4664 to 0e42197 Compare January 2, 2022 12:29
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 3260a6d to 10c5ba9 Compare January 7, 2022 18:26
@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from e438abe to 9edadc9 Compare January 17, 2022 11:15
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 8a9ac73 to 67c4af8 Compare January 25, 2022 19:05
@renovate renovate bot force-pushed the renovate/python-dependencies branch 5 times, most recently from bf771b5 to 2c6fee0 Compare February 3, 2022 04:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from 591bb19 to c30d874 Compare March 20, 2022 03:03
@renovate renovate bot force-pushed the renovate/python-dependencies branch 8 times, most recently from ae9d164 to cb4b0db Compare March 28, 2022 13:33
@renovate renovate bot force-pushed the renovate/python-dependencies branch 9 times, most recently from 210f72a to 70c0b1f Compare April 4, 2022 12:37
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 7b124e4 to 6dcbf7b Compare April 6, 2022 10:29
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 6dcbf7b to 6361500 Compare April 24, 2022 23:24
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 6361500 to 14dedd3 Compare May 15, 2022 23:00
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 6c512d8 to a46443d Compare June 23, 2022 22:36
@renovate renovate bot force-pushed the renovate/python-dependencies branch from a46443d to ee2e653 Compare September 25, 2022 17:06
@renovate
Copy link
Author

renovate bot commented Sep 25, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
installing v2 tool python v3.10.7
Using prebuild python
Requirement already satisfied: pip in /opt/buildpack/tools/python/3.10.7/lib/python3.10/site-packages (22.2.2)
Files removed: 1
linking tool python v3.10.7
Python 3.10.7
pip 22.2.2 from /opt/buildpack/tools/python/3.10.7/lib/python3.10/site-packages/pip (python 3.10)
Installed v2 /usr/local/buildpack/tools/v2/python.sh in 14 seconds
skip cleanup, not a docker build: 117b0ba1d261
Collecting poetry
  Downloading poetry-1.2.1-py3-none-any.whl (211 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.4/211.4 kB 1.1 MB/s eta 0:00:00
Collecting requests<3.0,>=2.18
  Downloading requests-2.28.1-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 107.0 kB/s eta 0:00:00
Collecting cleo<2.0.0,>=1.0.0a5
  Downloading cleo-1.0.0a5-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 10.2 MB/s eta 0:00:00
Collecting dulwich<0.21.0,>=0.20.46
  Downloading dulwich-0.20.46-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (497 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 497.7/497.7 kB 27.4 MB/s eta 0:00:00
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting tomlkit!=0.11.2,!=0.11.3,<1.0.0,>=0.11.1
  Downloading tomlkit-0.11.4-py3-none-any.whl (35 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 13.2 MB/s eta 0:00:00
Collecting jsonschema<5.0.0,>=4.10.0
  Downloading jsonschema-4.16.0-py3-none-any.whl (83 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 10.2 MB/s eta 0:00:00
Collecting virtualenv!=20.4.5,!=20.4.6,>=20.4.3
  Downloading virtualenv-20.16.5-py3-none-any.whl (8.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 21.7 MB/s eta 0:00:00
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 7.1 MB/s eta 0:00:00
Collecting poetry-core==1.2.0
  Downloading poetry_core-1.2.0-py3-none-any.whl (525 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.9/525.9 kB 19.8 MB/s eta 0:00:00
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 8.2 MB/s eta 0:00:00
Collecting keyring>=21.2.0
  Downloading keyring-23.9.3-py3-none-any.whl (35 kB)
Collecting pkginfo<2.0,>=1.5
  Downloading pkginfo-1.8.3-py2.py3-none-any.whl (26 kB)
Collecting urllib3<2.0.0,>=1.26.0
  Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 16.1 MB/s eta 0:00:00
Collecting platformdirs<3.0.0,>=2.5.2
  Downloading platformdirs-2.5.2-py3-none-any.whl (14 kB)
Collecting packaging>=20.4
  Downloading packaging-21.3-py3-none-any.whl (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 5.4 MB/s eta 0:00:00
Collecting shellingham<2.0,>=1.5
  Downloading shellingham-1.5.0-py2.py3-none-any.whl (9.3 kB)
Collecting poetry-plugin-export<2.0.0,>=1.0.7
  Downloading poetry_plugin_export-1.0.7-py3-none-any.whl (9.8 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 317.0/317.0 kB 17.9 MB/s eta 0:00:00
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pylev<2.0.0,>=1.3.0
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting attrs>=17.4.0
  Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 7.9 MB/s eta 0:00:00
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
  Downloading pyrsistent-0.18.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.8/115.8 kB 14.3 MB/s eta 0:00:00
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 6.3 MB/s eta 0:00:00
Collecting jaraco.classes
  Downloading jaraco.classes-3.2.2-py3-none-any.whl (6.0 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 13.4 MB/s eta 0:00:00
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting certifi>=2017.4.17
  Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 17.3 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 8.8 MB/s eta 0:00:00
Collecting charset-normalizer<3,>=2
  Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting distlib<1,>=0.3.5
  Downloading distlib-0.3.6-py2.py3-none-any.whl (468 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.5/468.5 kB 20.1 MB/s eta 0:00:00
Collecting filelock<4,>=3.4.1
  Downloading filelock-3.8.0-py3-none-any.whl (10 kB)
Collecting cryptography>=2.0
  Downloading cryptography-38.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 24.5 MB/s eta 0:00:00
Collecting more-itertools
  Downloading more_itertools-8.14.0-py3-none-any.whl (52 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.2/52.2 kB 7.2 MB/s eta 0:00:00
Collecting cffi>=1.12
  Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 19.3 MB/s eta 0:00:00
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 13.8 MB/s eta 0:00:00
Installing collected packages: webencodings, pylev, ptyprocess, msgpack, lockfile, distlib, urllib3, tomlkit, six, shellingham, pyrsistent, pyparsing, pycparser, poetry-core, platformdirs, pkginfo, pexpect, more-itertools, jeepney, idna, filelock, crashtest, charset-normalizer, certifi, cachy, attrs, virtualenv, requests, packaging, jsonschema, jaraco.classes, html5lib, dulwich, cleo, cffi, requests-toolbelt, cryptography, cachecontrol, SecretStorage, keyring, poetry-plugin-export, poetry
Successfully installed SecretStorage-3.3.3 attrs-22.1.0 cachecontrol-0.12.11 cachy-0.3.0 certifi-2022.9.24 cffi-1.15.1 charset-normalizer-2.1.1 cleo-1.0.0a5 crashtest-0.3.1 cryptography-38.0.1 distlib-0.3.6 dulwich-0.20.46 filelock-3.8.0 html5lib-1.1 idna-3.4 jaraco.classes-3.2.2 jeepney-0.8.0 jsonschema-4.16.0 keyring-23.9.3 lockfile-0.12.2 more-itertools-8.14.0 msgpack-1.0.4 packaging-21.3 pexpect-4.8.0 pkginfo-1.8.3 platformdirs-2.5.2 poetry-1.2.1 poetry-core-1.2.0 poetry-plugin-export-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.9 pyrsistent-0.18.1 requests-2.28.1 requests-toolbelt-0.9.1 shellingham-1.5.0 six-1.16.0 tomlkit-0.11.4 urllib3-1.26.12 virtualenv-20.16.5 webencodings-0.5.1
Creating virtualenv hafenmeister-6lO2JHmq-py3.10 in /home/user/.cache/pypoetry/virtualenvs
Updating dependencies
Resolving dependencies...


Because hafenmeister depends on django-celery-beat (2.3.0) which depends on Django (>=2.2,<4.1), django is required.
So, because hafenmeister depends on Django (4.1.1), version solving failed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants