Skip to content

Commit

Permalink
🔖 chore(pyproject.toml): bump version to 1.0.3 (#11)
Browse files Browse the repository at this point in the history
🚨 test(test_to_curl.py): update user-agent header value
The version number was updated to 1.0.3 in the pyproject.toml file. The user-agent header value was updated in the test_to_curl.py file to match the new version of the python-httpx library.
  • Loading branch information
marcuxyz committed Jun 7, 2023
1 parent cada3fc commit 0e956b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 66 deletions.
72 changes: 8 additions & 64 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "curlify2"
version = "1.0.2"
version = "1.0.3"
description = "Library to convert python requests and httpx object to curl command."
authors = ["Marcus Pereira <[email protected]>"]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ requests = "^2.24.0"
responses = "^0.12.0"

[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
pytest = "^7.3.1"
responses = "^0.12.0"
black = ">=21.7b0"
pytest-httpx = "^0.22.0"
Expand Down

0 comments on commit 0e956b2

Please sign in to comment.