Skip to content

Commit

Permalink
Merge pull request #135 from livechat/Updated_outdated_packages
Browse files Browse the repository at this point in the history
Updated outdated packages
  • Loading branch information
marcindebski authored Jun 21, 2024
2 parents e230f2c + 929f2c8 commit fa62161
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
websocket-client= "1.7.0"
urllib3 = "2.1.0"
urllib3 = "2.2.2"
httpx = {extras = ["http2"], version = "==0.25.2"}
loguru = "==0.7.2"
idna = ">=3.7"
Expand Down
90 changes: 41 additions & 49 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
### Added
- New `get_company_details` method in configuration-api v3.6.

### Changed
- Updated outdated packages.

## [0.3.9] - 2024-04-22

### Added
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
anyio==4.3.0; python_version >= '3.8'
certifi==2024.2.2; python_version >= '3.6'
exceptiongroup==1.2.0; python_version < '3.11'
anyio==4.4.0; python_version >= '3.8'
certifi==2024.6.2; python_version >= '3.6'
exceptiongroup==1.2.1; python_version < '3.11'
h11==0.14.0; python_version >= '3.7'
h2==4.1.0
hpack==4.0.0; python_full_version >= '3.6.1'
Expand All @@ -11,6 +11,6 @@ hyperframe==6.0.1; python_full_version >= '3.6.1'
idna==3.7; python_version >= '3.5'
loguru==0.7.2; python_version >= '3.5'
sniffio==1.3.1; python_version >= '3.7'
typing-extensions==4.11.0; python_version < '3.11'
urllib3==2.1.0; python_version >= '3.8'
typing-extensions==4.12.2; python_version < '3.11'
urllib3==2.2.2; python_version >= '3.8'
websocket-client==1.7.0; python_version >= '3.8'

0 comments on commit fa62161

Please sign in to comment.