Projects STRLCPY maigret Commits 5e16edc0
🤬
  • Bump multidict from 5.2.0 to 6.0.1 (#332)

    * Bump multidict from 5.2.0 to 6.0.1
    
    Bumps [multidict](https://github.com/aio-libs/multidict) from 5.2.0 to 6.0.1.
    - [Release notes](https://github.com/aio-libs/multidict/releases)
    - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
    - [Commits](https://github.com/aio-libs/multidict/compare/v5.2.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multidict
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fixed Python 3.6 compatibility
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Soxoj <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 3 years ago
    5e16edc0
    1 parent e84b5e3d
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    requirements.txt
    skipped 14 lines
    15 15  lxml==4.7.1
    16 16  MarkupSafe==2.0.1
    17 17  mock==4.0.3
    18  -multidict==5.2.0
     18 +multidict==5.2.0;python_version<"3.7"
     19 +multidict==6.0.1;python_version>="3.7"
    19 20  pycountry==22.1.10
    20 21  PyPDF2==1.26.0
    21 22  PySocks==1.7.1
    skipped 17 lines
Please wait...
Page is in error, reload to recover